Color Hex Logo

#87587b Color Hex

#87587B
(135,88,123)
0 Favorites   0 Comments

Color spaces of #87587b

RGB 13588123
HSL0.880.210.44
HSV315°35°53°
CMYK 0.000.350.09   0.47
XYZ17.056513.560420.4573
Yxy13.56040.33400.2655
Hunter Lab36.824418.2356-7.1606
CIE-Lab43.595825.1464-11.7980

#87587b color RGB value is (135,88,123).

#87587b hex color red value is 135, green value is 88 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #87587b hue: 0.88 , saturation: 0.21 and the lightness value of 87587b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011000 01111011
Octal 207 130 173
Decimal 135 88 123
Hex 87 58 7B

RGB Percentages of Color #87587b

%39.02
%25.43
%35.55

CMYK Percentages of Color #87587b

%0
%35
%9
%47

Triadic Colors of #87587b

#87587b #7b8758 #587b87

Analogous Colors of #87587b

#87587b #875864 #7c5887

Monochromatic Colors of #87587b

#87587b

Complementary Color

#87587b #588764

#87587b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87587b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87587b Color CSS Codes

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

#87587b Text Font Color

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

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


#87587b Background Color

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

This div background color is #87587b


#87587b Border Color

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

This div border color is #87587b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,88,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 #87587b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87587b


Comments

No comments written yet.

Please login to write comment.