Color Hex Logo

#876bcc Color Hex

#876BCC
(135,107,204)
0 Favorites   0 Comments

Color spaces of #876bcc

RGB 135107204
HSL0.710.490.61
HSV257°48°80°
CMYK 0.340.480.00   0.20
XYZ26.148520.025959.6140
Yxy20.02590.24720.1893
Hunter Lab44.750325.9881-47.6578
CIE-Lab51.866532.6638-46.6049

#876bcc color RGB value is (135,107,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101011 11001100
Octal 207 153 314
Decimal 135 107 204
Hex 87 6B CC

RGB Percentages of Color #876bcc

%30.27
%23.99
%45.74

CMYK Percentages of Color #876bcc

%34
%48
%0
%20

Triadic Colors of #876bcc

#876bcc #cc876b #6bcc87

Analogous Colors of #876bcc

#876bcc #b86bcc #6b80cc

Monochromatic Colors of #876bcc

#876bcc

Complementary Color

#876bcc #b0cc6b

#876bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#876bcc Color CSS Codes

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

#876bcc Text Font Color

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

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


#876bcc Background Color

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

This div background color is #876bcc


#876bcc Border Color

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

This div border color is #876bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876bcc


Comments

No comments written yet.

Please login to write comment.