Hex #7f79ed Color

#7f79ed
equivalent to

RGB

(127, 121, 237)

Details of #7f79ed

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
127
30.8758
0.68
0.46
56.3881
24.3012
243°
49.2962
121
24.3012
0.76
0.49
31.6959
0.2232
49°
25.5321
237
83.1840
0.70
0.00   0.07
-58.0268
0.1756
93°
-65.5043

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111111
177
127
7F
Green
1111001
171
121
79
Blue
11101101
355
237
ED

RGB in % of #7f79ed

%26.19
%24.95
%48.87

CMYK in % of #7f79ed

%46
%49
%0
%7

Triads of color #7f79ed

#7f79ed #79ed7f #ed7fed

Similar Colors to #7f79ed

#7f79ed #79aded #b979ed

Preview Color #7f79ed on black ground

#7f79ed is very interesting for text.

Preview Color #7f79ed on white ground

#7f79ed is very interesting for text.

CSS Codes #7f79ed color

.mybgcolor {background-color:#7f79ed; }
.myforecolor {color:#7f79ed; }
.mybordercolor {border:3px solid #7f79ed; }

Text Font Color #7f79ed

<p style="color:#7f79ed">Text here</p>

This sample text font color is #7f79ed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #7f79ed

<div style="background-color:#7f79ed">
Div content here</div>

This div background color is #7f79ed


Border Color #7f79ed

<div style="border:3px solid #7f79ed">
Div here</div>

The color of this border is #7f79ed


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #7f79ed; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #7f79ed;
-webkit-box-shadow: 1px 1px 3px 2px #7f79ed;
box-shadow:         1px 1px 3px 2px #7f79ed; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #7f79ed">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #7f79ed;
  -webkit-box-shadow: 1px 1px 3px 2px #7f79ed;
  box-shadow:         1px 1px 3px 2px #7f79ed;">
Div content here</div>

The shadow of div box using color #7f79ed