Color Hex Logo

#87396b Color Hex

#87396B
(135,57,107)
0 Favorites   0 Comments

Color spaces of #87396b

RGB 13557107
HSL0.890.410.38
HSV322°58°53°
CMYK 0.000.580.21   0.47
XYZ14.10869.138714.9303
Yxy9.13870.36960.2394
Hunter Lab30.230330.4037-8.1213
CIE-Lab36.250039.5239-13.0473

#87396b color RGB value is (135,57,107).

#87396b hex color red value is 135, green value is 57 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #87396b hue: 0.89 , saturation: 0.41 and the lightness value of 87396b is 0.38.

The process color (four color CMYK) of #87396b color hex is 0.00, 0.58, 0.21, 0.47. Web safe color of #87396b is #993366. Color #87396b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111001 01101011
Octal 207 71 153
Decimal 135 57 107
Hex 87 39 6B

RGB Percentages of Color #87396b

%45.15
%19.06
%35.79

CMYK Percentages of Color #87396b

%0
%58
%21
%47

Triadic Colors of #87396b

#87396b #6b8739 #396b87

Analogous Colors of #87396b

#87396b #873944 #7c3987

Monochromatic Colors of #87396b

#87396b

Complementary Color

#87396b #398755

#87396b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87396b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87396b Color CSS Codes

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

#87396b Text Font Color

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

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


#87396b Background Color

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

This div background color is #87396b


#87396b Border Color

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

This div border color is #87396b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87396b


Comments

No comments written yet.

Please login to write comment.