Color Hex Logo

#7806cf Color Hex

#7806CF
(120,6,207)
0 Favorites   0 Comments

Color spaces of #7806cf

RGB 1206207
HSL0.760.940.42
HSV274°97°81°
CMYK 0.420.970.00   0.19
XYZ19.07338.628359.6916
Yxy8.62830.21820.0987
Hunter Lab29.374064.5004-99.9230
CIE-Lab35.258671.7870-75.3102

#7806cf color RGB value is (120,6,207).

#7806cf hex color red value is 120, green value is 6 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7806cf hue: 0.76 , saturation: 0.94 and the lightness value of 7806cf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000110 11001111
Octal 170 6 317
Decimal 120 6 207
Hex 78 6 CF

RGB Percentages of Color #7806cf

%36.04
%1.80
%62.16

CMYK Percentages of Color #7806cf

%42
%97
%0
%19

Triadic Colors of #7806cf

#7806cf #cf7806 #06cf78

Analogous Colors of #7806cf

#7806cf #cf06c2 #1406cf

Monochromatic Colors of #7806cf

#7806cf

Complementary Color

#7806cf #5dcf06

#7806cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7806cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7806cf Color CSS Codes

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

#7806cf Text Font Color

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

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


#7806cf Background Color

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

This div background color is #7806cf


#7806cf Border Color

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

This div border color is #7806cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7806cf


Comments

No comments written yet.

Please login to write comment.