Color Hex Logo

#876cb5 Color Hex

#876CB5
(135,108,181)
0 Favorites   0 Comments

Color spaces of #876cb5

RGB 135108181
HSL0.730.330.57
HSV262°40°71°
CMYK 0.250.400.00   0.29
XYZ23.694719.212246.1755
Yxy19.21220.26600.2157
Hunter Lab43.831719.7886-31.7782
CIE-Lab50.934626.1727-34.8569

#876cb5 color RGB value is (135,108,181).

#876cb5 hex color red value is 135, green value is 108 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #876cb5 hue: 0.73 , saturation: 0.33 and the lightness value of 876cb5 is 0.57.

The process color (four color CMYK) of #876cb5 color hex is 0.25, 0.40, 0.00, 0.29. Web safe color of #876cb5 is #9966cc. Color #876cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101100 10110101
Octal 207 154 265
Decimal 135 108 181
Hex 87 6C B5

RGB Percentages of Color #876cb5

%31.84
%25.47
%42.69

CMYK Percentages of Color #876cb5

%25
%40
%0
%29

Triadic Colors of #876cb5

#876cb5 #b5876c #6cb587

Analogous Colors of #876cb5

#876cb5 #ac6cb5 #6c76b5

Monochromatic Colors of #876cb5

#876cb5

Complementary Color

#876cb5 #9ab56c

#876cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876cb5 Color CSS Codes

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

#876cb5 Text Font Color

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

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


#876cb5 Background Color

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

This div background color is #876cb5


#876cb5 Border Color

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

This div border color is #876cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876cb5


Comments

No comments written yet.

Please login to write comment.