Color Hex Logo

#87076b Color Hex

#87076B
(135,7,107)
0 Favorites   0 Comments

Color spaces of #87076b

RGB 1357107
HSL0.870.900.28
HSV313°95°53°
CMYK 0.000.950.21   0.47
XYZ12.72156.364414.4679
Yxy6.36440.37910.1897
Hunter Lab25.227845.8629-16.3429
CIE-Lab30.313856.1339-22.2062

#87076b color RGB value is (135,7,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000111 01101011
Octal 207 7 153
Decimal 135 7 107
Hex 87 7 6B

RGB Percentages of Color #87076b

%54.22
%2.81
%42.97

CMYK Percentages of Color #87076b

%0
%95
%21
%47

Triadic Colors of #87076b

#87076b #6b8707 #076b87

Analogous Colors of #87076b

#87076b #87072b #630787

Monochromatic Colors of #87076b

#87076b

Complementary Color

#87076b #078723

#87076b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87076b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87076b Color CSS Codes

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

#87076b Text Font Color

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

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


#87076b Background Color

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

This div background color is #87076b


#87076b Border Color

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

This div border color is #87076b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87076b


Comments

No comments written yet.

Please login to write comment.