Color Hex Logo

#7876cf Color Hex

#7876CF
(120,118,207)
0 Favorites   0 Comments

Color spaces of #7876cf

RGB 120118207
HSL0.670.480.64
HSV241°43°81°
CMYK 0.420.430.00   0.19
XYZ25.486621.454961.8294
Yxy21.45490.23430.1972
Hunter Lab46.319417.1580-46.7195
CIE-Lab53.443823.0976-45.8876

#7876cf color RGB value is (120,118,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110110 11001111
Octal 170 166 317
Decimal 120 118 207
Hex 78 76 CF

RGB Percentages of Color #7876cf

%26.97
%26.52
%46.52

CMYK Percentages of Color #7876cf

%42
%43
%0
%19

Triadic Colors of #7876cf

#7876cf #cf7876 #76cf78

Analogous Colors of #7876cf

#7876cf #a576cf #76a1cf

Monochromatic Colors of #7876cf

#7876cf

Complementary Color

#7876cf #cdcf76

#7876cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7876cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7876cf Color CSS Codes

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

#7876cf Text Font Color

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

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


#7876cf Background Color

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

This div background color is #7876cf


#7876cf Border Color

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

This div border color is #7876cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7876cf


Comments

No comments written yet.

Please login to write comment.