Color Hex Logo

#876ccd Color Hex

#876CCD
(135,108,205)
0 Favorites   0 Comments

Color spaces of #876ccd

RGB 135108205
HSL0.710.490.61
HSV257°47°80°
CMYK 0.340.470.00   0.20
XYZ26.373720.283860.2827
Yxy20.28380.24660.1897
Hunter Lab45.037525.7128-47.8333
CIE-Lab52.156632.3442-46.7143

#876ccd color RGB value is (135,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101100 11001101
Octal 207 154 315
Decimal 135 108 205
Hex 87 6C CD

RGB Percentages of Color #876ccd

%30.13
%24.11
%45.76

CMYK Percentages of Color #876ccd

%34
%47
%0
%20

Triadic Colors of #876ccd

#876ccd #cd876c #6ccd87

Analogous Colors of #876ccd

#876ccd #b86ccd #6c82cd

Monochromatic Colors of #876ccd

#876ccd

Complementary Color

#876ccd #b2cd6c

#876ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#876ccd Color CSS Codes

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

#876ccd Text Font Color

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

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


#876ccd Background Color

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

This div background color is #876ccd


#876ccd Border Color

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

This div border color is #876ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,108,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876ccd


Comments

No comments written yet.

Please login to write comment.