Color Hex Logo

#876fcc Color Hex

#876FCC
(135,111,204)
0 Favorites   0 Comments

Color spaces of #876fcc

RGB 135111204
HSL0.710.480.62
HSV255°46°80°
CMYK 0.340.460.00   0.20
XYZ26.575220.879459.7562
Yxy20.87940.24790.1948
Hunter Lab45.694023.8495-45.5506
CIE-Lab52.817330.3249-45.0957

#876fcc color RGB value is (135,111,204).

#876fcc hex color red value is 135, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #876fcc hue: 0.71 , saturation: 0.48 and the lightness value of 876fcc is 0.62.

The process color (four color CMYK) of #876fcc color hex is 0.34, 0.46, 0.00, 0.20. Web safe color of #876fcc is #9966cc. Color #876fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101111 11001100
Octal 207 157 314
Decimal 135 111 204
Hex 87 6F CC

RGB Percentages of Color #876fcc

%30.00
%24.67
%45.33

CMYK Percentages of Color #876fcc

%34
%46
%0
%20

Triadic Colors of #876fcc

#876fcc #cc876f #6fcc87

Analogous Colors of #876fcc

#876fcc #b66fcc #6f86cc

Monochromatic Colors of #876fcc

#876fcc

Complementary Color

#876fcc #b4cc6f

#876fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#876fcc Color CSS Codes

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

#876fcc Text Font Color

<p style="color:#876fcc">Text here</p>

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


#876fcc Background Color

<div style="background-color:#876fcc">
Div content here</div>

This div background color is #876fcc


#876fcc Border Color

<div style="border:3px solid #876fcc">
Div here</div>

This div border color is #876fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,111,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #876fcc;
  box-shadow:         1px 1px 3px 2px #876fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,111,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 #876fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876fcc


Comments

No comments written yet.

Please login to write comment.