Color Hex Logo

#7876cc Color Hex

#7876CC
(120,118,204)
0 Favorites   0 Comments

Color spaces of #7876cc

RGB 120118204
HSL0.670.460.63
HSV241°42°80°
CMYK 0.410.420.00   0.20
XYZ25.123221.309659.9158
Yxy21.30960.23620.2004
Hunter Lab46.162316.3621-44.6411
CIE-Lab53.286722.2351-44.4320

#7876cc color RGB value is (120,118,204).

#7876cc hex color red value is 120, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7876cc hue: 0.67 , saturation: 0.46 and the lightness value of 7876cc is 0.63.

The process color (four color CMYK) of #7876cc color hex is 0.41, 0.42, 0.00, 0.20. Web safe color of #7876cc is #6666cc. Color #7876cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110110 11001100
Octal 170 166 314
Decimal 120 118 204
Hex 78 76 CC

RGB Percentages of Color #7876cc

%27.15
%26.70
%46.15

CMYK Percentages of Color #7876cc

%41
%42
%0
%20

Triadic Colors of #7876cc

#7876cc #cc7876 #76cc78

Analogous Colors of #7876cc

#7876cc #a376cc #769fcc

Monochromatic Colors of #7876cc

#7876cc

Complementary Color

#7876cc #cacc76

#7876cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7876cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7876cc Color CSS Codes

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

#7876cc Text Font Color

<p style="color:#7876cc">Text here</p>

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


#7876cc Background Color

<div style="background-color:#7876cc">
Div content here</div>

This div background color is #7876cc


#7876cc Border Color

<div style="border:3px solid #7876cc">
Div here</div>

This div border color is #7876cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,118,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7876cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7876cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7876cc;
  box-shadow:         1px 1px 3px 2px #7876cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7876cc


Comments

No comments written yet.

Please login to write comment.