Color Hex Logo

#7808ca Color Hex

#7808CA
(120,8,202)
0 Favorites   0 Comments

Color spaces of #7808ca

RGB 1208202
HSL0.760.920.41
HSV275°96°79°
CMYK 0.410.960.00   0.21
XYZ18.49328.431056.5298
Yxy8.43100.22160.1010
Hunter Lab29.036262.8737-95.1048
CIE-Lab34.864870.4857-73.0464

#7808ca color RGB value is (120,8,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001000 11001010
Octal 170 10 312
Decimal 120 8 202
Hex 78 8 CA

RGB Percentages of Color #7808ca

%36.36
%2.42
%61.21

CMYK Percentages of Color #7808ca

%41
%96
%0
%21

Triadic Colors of #7808ca

#7808ca #ca7808 #08ca78

Analogous Colors of #7808ca

#7808ca #ca08bb #1708ca

Monochromatic Colors of #7808ca

#7808ca

Complementary Color

#7808ca #5aca08

#7808ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7808ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7808ca Color CSS Codes

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

#7808ca Text Font Color

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

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


#7808ca Background Color

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

This div background color is #7808ca


#7808ca Border Color

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

This div border color is #7808ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,8,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 #7808ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7808ca


Comments

No comments written yet.

Please login to write comment.