Color Hex Logo

#7806ca Color Hex

#7806CA
(120,6,202)
0 Favorites   0 Comments

Color spaces of #7806ca

RGB 1206202
HSL0.760.940.41
HSV275°97°79°
CMYK 0.410.970.00   0.21
XYZ18.47158.387656.5225
Yxy8.38760.22150.1006
Hunter Lab28.961463.1646-95.4405
CIE-Lab34.777470.7492-73.1902

#7806ca color RGB value is (120,6,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000110 11001010
Octal 170 6 312
Decimal 120 6 202
Hex 78 6 CA

RGB Percentages of Color #7806ca

%36.59
%1.83
%61.59

CMYK Percentages of Color #7806ca

%41
%97
%0
%21

Triadic Colors of #7806ca

#7806ca #ca7806 #06ca78

Analogous Colors of #7806ca

#7806ca #ca06ba #1606ca

Monochromatic Colors of #7806ca

#7806ca

Complementary Color

#7806ca #58ca06

#7806ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7806ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7806ca Color CSS Codes

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

#7806ca Text Font Color

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

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


#7806ca Background Color

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

This div background color is #7806ca


#7806ca Border Color

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

This div border color is #7806ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7806ca


Comments

No comments written yet.

Please login to write comment.