Color Hex Logo

#7806df Color Hex

#7806DF
(120,6,223)
0 Favorites   0 Comments

Color spaces of #7806df

RGB 1206223
HSL0.750.950.45
HSV272°97°87°
CMYK 0.460.970.00   0.13
XYZ21.13019.451070.5226
Yxy9.45100.20900.0935
Hunter Lab30.742568.8883-114.4903
CIE-Lab36.838575.1421-81.9416

#7806df color RGB value is (120,6,223).

#7806df hex color red value is 120, green value is 6 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7806df hue: 0.75 , saturation: 0.95 and the lightness value of 7806df is 0.45.

The process color (four color CMYK) of #7806df color hex is 0.46, 0.97, 0.00, 0.13. Web safe color of #7806df is #6600cc. Color #7806df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000110 11011111
Octal 170 6 337
Decimal 120 6 223
Hex 78 6 DF

RGB Percentages of Color #7806df

%34.38
%1.72
%63.90

CMYK Percentages of Color #7806df

%46
%97
%0
%13

Triadic Colors of #7806df

#7806df #df7806 #06df78

Analogous Colors of #7806df

#7806df #df06da #0b06df

Monochromatic Colors of #7806df

#7806df

Complementary Color

#7806df #6ddf06

#7806df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7806df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7806df Color CSS Codes

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

#7806df Text Font Color

<p style="color:#7806df">Text here</p>

This sample text font color is #7806df
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.


#7806df Background Color

<div style="background-color:#7806df">
Div content here</div>

This div background color is #7806df


#7806df Border Color

<div style="border:3px solid #7806df">
Div here</div>

This div border color is #7806df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,6,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7806df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7806df;
  -webkit-box-shadow: 1px 1px 3px 2px #7806df;
  box-shadow:         1px 1px 3px 2px #7806df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7806df


Comments

No comments written yet.

Please login to write comment.