Color Hex Logo

#87125b Color Hex

#87125B
(135,18,91)
0 Favorites   0 Comments

Color spaces of #87125b

RGB 1351891
HSL0.900.760.30
HSV323°87°53°
CMYK 0.000.870.33   0.47
XYZ12.09636.338810.4835
Yxy6.33880.41830.2192
Hunter Lab25.177041.7008-7.0640
CIE-Lab30.251652.1415-11.9226

#87125b color RGB value is (135,18,91).

#87125b hex color red value is 135, green value is 18 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #87125b hue: 0.90 , saturation: 0.76 and the lightness value of 87125b is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010010 01011011
Octal 207 22 133
Decimal 135 18 91
Hex 87 12 5B

RGB Percentages of Color #87125b

%55.33
%7.38
%37.30

CMYK Percentages of Color #87125b

%0
%87
%33
%47

Triadic Colors of #87125b

#87125b #5b8712 #125b87

Analogous Colors of #87125b

#87125b #871221 #791287

Monochromatic Colors of #87125b

#87125b

Complementary Color

#87125b #12873e

#87125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87125b Color CSS Codes

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

#87125b Text Font Color

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

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


#87125b Background Color

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

This div background color is #87125b


#87125b Border Color

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

This div border color is #87125b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87125b


Comments

No comments written yet.

Please login to write comment.