Color Hex Logo

#87096b Color Hex

#87096B
(135,9,107)
0 Favorites   0 Comments

Color spaces of #87096b

RGB 1359107
HSL0.870.880.28
HSV313°93°53°
CMYK 0.000.930.21   0.47
XYZ12.74326.407814.4751
Yxy6.40780.37900.1906
Hunter Lab25.313645.5603-16.1843
CIE-Lab30.418855.8265-22.0420

#87096b color RGB value is (135,9,107).

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

The process color (four color CMYK) of #87096b color hex is 0.00, 0.93, 0.21, 0.47. Web safe color of #87096b is #990066. Color #87096b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001001 01101011
Octal 207 11 153
Decimal 135 9 107
Hex 87 9 6B

RGB Percentages of Color #87096b

%53.78
%3.59
%42.63

CMYK Percentages of Color #87096b

%0
%93
%21
%47

Triadic Colors of #87096b

#87096b #6b8709 #096b87

Analogous Colors of #87096b

#87096b #87092c #640987

Monochromatic Colors of #87096b

#87096b

Complementary Color

#87096b #098725

#87096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87096b Color CSS Codes

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

#87096b Text Font Color

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

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


#87096b Background Color

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

This div background color is #87096b


#87096b Border Color

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

This div border color is #87096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87096b


Comments

No comments written yet.

Please login to write comment.