Color Hex Logo

#876abc Color Hex

#876ABC
(135,106,188)
0 Favorites   0 Comments

Color spaces of #876abc

RGB 135106188
HSL0.730.380.58
HSV261°44°74°
CMYK 0.280.440.00   0.26
XYZ24.222819.089849.9850
Yxy19.08980.25960.2046
Hunter Lab43.691922.4997-37.2455
CIE-Lab50.792129.1074-39.1260

#876abc color RGB value is (135,106,188).

#876abc hex color red value is 135, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #876abc hue: 0.73 , saturation: 0.38 and the lightness value of 876abc is 0.58.

The process color (four color CMYK) of #876abc color hex is 0.28, 0.44, 0.00, 0.26. Web safe color of #876abc is #9966cc. Color #876abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101010 10111100
Octal 207 152 274
Decimal 135 106 188
Hex 87 6A BC

RGB Percentages of Color #876abc

%31.47
%24.71
%43.82

CMYK Percentages of Color #876abc

%28
%44
%0
%26

Triadic Colors of #876abc

#876abc #bc876a #6abc87

Analogous Colors of #876abc

#876abc #b06abc #6a76bc

Monochromatic Colors of #876abc

#876abc

Complementary Color

#876abc #9fbc6a

#876abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#876abc Color CSS Codes

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

#876abc Text Font Color

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

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


#876abc Background Color

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

This div background color is #876abc


#876abc Border Color

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

This div border color is #876abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876abc


Comments

No comments written yet.

Please login to write comment.