Color Hex Logo

#87065b Color Hex

#87065B
(135,6,91)
0 Favorites   0 Comments

Color spaces of #87065b

RGB 135691
HSL0.890.910.28
HSV320°96°53°
CMYK 0.000.960.33   0.47
XYZ11.94516.036510.4331
Yxy6.03650.42040.2124
Hunter Lab24.569343.7869-7.9784
CIE-Lab29.504454.3102-13.0639

#87065b color RGB value is (135,6,91).

#87065b hex color red value is 135, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #87065b hue: 0.89 , saturation: 0.91 and the lightness value of 87065b is 0.28.

The process color (four color CMYK) of #87065b color hex is 0.00, 0.96, 0.33, 0.47. Web safe color of #87065b is #990066. Color #87065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000110 01011011
Octal 207 6 133
Decimal 135 6 91
Hex 87 6 5B

RGB Percentages of Color #87065b

%58.19
%2.59
%39.22

CMYK Percentages of Color #87065b

%0
%96
%33
%47

Triadic Colors of #87065b

#87065b #5b8706 #065b87

Analogous Colors of #87065b

#87065b #87061a #730687

Monochromatic Colors of #87065b

#87065b

Complementary Color

#87065b #068732

#87065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87065b Color CSS Codes

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

#87065b Text Font Color

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

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


#87065b Background Color

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

This div background color is #87065b


#87065b Border Color

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

This div border color is #87065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87065b


Comments

No comments written yet.

Please login to write comment.