Color Hex Logo

#87095f Color Hex

#87095F
(135,9,95)
0 Favorites   0 Comments

Color spaces of #87095f

RGB 135995
HSL0.890.880.28
HSV319°93°53°
CMYK 0.000.930.30   0.47
XYZ12.15496.172511.3772
Yxy6.17250.40920.2078
Hunter Lab24.844543.8512-9.7599
CIE-Lab29.843654.3059-15.1603

#87095f color RGB value is (135,9,95).

#87095f hex color red value is 135, green value is 9 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #87095f hue: 0.89 , saturation: 0.88 and the lightness value of 87095f is 0.28.

The process color (four color CMYK) of #87095f color hex is 0.00, 0.93, 0.30, 0.47. Web safe color of #87095f is #990066. Color #87095f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001001 01011111
Octal 207 11 137
Decimal 135 9 95
Hex 87 9 5F

RGB Percentages of Color #87095f

%56.49
%3.77
%39.75

CMYK Percentages of Color #87095f

%0
%93
%30
%47

Triadic Colors of #87095f

#87095f #5f8709 #095f87

Analogous Colors of #87095f

#87095f #870920 #700987

Monochromatic Colors of #87095f

#87095f

Complementary Color

#87095f #098731

#87095f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87095f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87095f Color CSS Codes

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

#87095f Text Font Color

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

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


#87095f Background Color

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

This div background color is #87095f


#87095f Border Color

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

This div border color is #87095f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87095f


Comments

No comments written yet.

Please login to write comment.