Color Hex Logo

#87455f Color Hex

#87455F
(135,69,95)
0 Favorites   0 Comments

Color spaces of #87455f

RGB 1356995
HSL0.930.320.40
HSV336°49°53°
CMYK 0.000.490.30   0.47
XYZ14.185410.233412.0541
Yxy10.23340.38890.2806
Hunter Lab31.989723.17150.0516
CIE-Lab38.258131.3477-2.4848

#87455f color RGB value is (135,69,95).

#87455f hex color red value is 135, green value is 69 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #87455f hue: 0.93 , saturation: 0.32 and the lightness value of 87455f is 0.40.

The process color (four color CMYK) of #87455f color hex is 0.00, 0.49, 0.30, 0.47. Web safe color of #87455f is #993366. Color #87455f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000101 01011111
Octal 207 105 137
Decimal 135 69 95
Hex 87 45 5F

RGB Percentages of Color #87455f

%45.15
%23.08
%31.77

CMYK Percentages of Color #87455f

%0
%49
%30
%47

Triadic Colors of #87455f

#87455f #5f8745 #455f87

Analogous Colors of #87455f

#87455f #874c45 #874580

Monochromatic Colors of #87455f

#87455f

Complementary Color

#87455f #45876d

#87455f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87455f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87455f Color CSS Codes

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

#87455f Text Font Color

<p style="color:#87455f">Text here</p>

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


#87455f Background Color

<div style="background-color:#87455f">
Div content here</div>

This div background color is #87455f


#87455f Border Color

<div style="border:3px solid #87455f">
Div here</div>

This div border color is #87455f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,69,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87455f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87455f;
  -webkit-box-shadow: 1px 1px 3px 2px #87455f;
  box-shadow:         1px 1px 3px 2px #87455f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87455f


Comments

No comments written yet.

Please login to write comment.