Color Hex Logo

#87527b Color Hex

#87527B
(135,82,123)
0 Favorites   0 Comments

Color spaces of #87527b

RGB 13582123
HSL0.870.240.43
HSV314°39°53°
CMYK 0.000.390.09   0.47
XYZ16.584112.615520.2999
Yxy12.61550.33500.2549
Hunter Lab35.518321.1876-9.0234
CIE-Lab42.178128.6290-13.9478

#87527b color RGB value is (135,82,123).

#87527b hex color red value is 135, green value is 82 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #87527b hue: 0.87 , saturation: 0.24 and the lightness value of 87527b is 0.43.

The process color (four color CMYK) of #87527b color hex is 0.00, 0.39, 0.09, 0.47. Web safe color of #87527b is #996666. Color #87527b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010010 01111011
Octal 207 122 173
Decimal 135 82 123
Hex 87 52 7B

RGB Percentages of Color #87527b

%39.71
%24.12
%36.18

CMYK Percentages of Color #87527b

%0
%39
%9
%47

Triadic Colors of #87527b

#87527b #7b8752 #527b87

Analogous Colors of #87527b

#87527b #875261 #795287

Monochromatic Colors of #87527b

#87527b

Complementary Color

#87527b #52875e

#87527b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87527b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87527b Color CSS Codes

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

#87527b Text Font Color

<p style="color:#87527b">Text here</p>

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


#87527b Background Color

<div style="background-color:#87527b">
Div content here</div>

This div background color is #87527b


#87527b Border Color

<div style="border:3px solid #87527b">
Div here</div>

This div border color is #87527b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,82,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87527b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87527b;
  -webkit-box-shadow: 1px 1px 3px 2px #87527b;
  box-shadow:         1px 1px 3px 2px #87527b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87527b


Comments

No comments written yet.

Please login to write comment.