Color Hex Logo

#876aba Color Hex

#876ABA
(135,106,186)
0 Favorites   0 Comments

Color spaces of #876aba

RGB 135106186
HSL0.730.370.57
HSV262°43°73°
CMYK 0.270.430.00   0.27
XYZ24.008619.004148.8571
Yxy19.00410.26130.2069
Hunter Lab43.593722.0174-35.9330
CIE-Lab50.692028.6017-38.1293

#876aba color RGB value is (135,106,186).

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

The process color (four color CMYK) of #876aba color hex is 0.27, 0.43, 0.00, 0.27. Web safe color of #876aba is #9966cc. Color #876aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101010 10111010
Octal 207 152 272
Decimal 135 106 186
Hex 87 6A BA

RGB Percentages of Color #876aba

%31.62
%24.82
%43.56

CMYK Percentages of Color #876aba

%27
%43
%0
%27

Triadic Colors of #876aba

#876aba #ba876a #6aba87

Analogous Colors of #876aba

#876aba #af6aba #6a75ba

Monochromatic Colors of #876aba

#876aba

Complementary Color

#876aba #9dba6a

#876aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#876aba Color CSS Codes

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

#876aba Text Font Color

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

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


#876aba Background Color

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

This div background color is #876aba


#876aba Border Color

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

This div border color is #876aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876aba


Comments

No comments written yet.

Please login to write comment.