Color Hex Logo

#87104b Color Hex

#87104B
(135,16,75)
0 Favorites   0 Comments

Color spaces of #87104b

RGB 1351675
HSL0.920.790.30
HSV330°88°53°
CMYK 0.000.880.44   0.47
XYZ11.44706.02957.2171
Yxy6.02950.46360.2442
Hunter Lab24.555040.2413-0.2377
CIE-Lab29.486850.8553-2.5147

#87104b color RGB value is (135,16,75).

#87104b hex color red value is 135, green value is 16 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #87104b hue: 0.92 , saturation: 0.79 and the lightness value of 87104b is 0.30.

The process color (four color CMYK) of #87104b color hex is 0.00, 0.88, 0.44, 0.47. Web safe color of #87104b is #990033. Color #87104b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010000 01001011
Octal 207 20 113
Decimal 135 16 75
Hex 87 10 4B

RGB Percentages of Color #87104b

%59.73
%7.08
%33.19

CMYK Percentages of Color #87104b

%0
%88
%44
%47

Triadic Colors of #87104b

#87104b #4b8710 #104b87

Analogous Colors of #87104b

#87104b #871110 #871087

Monochromatic Colors of #87104b

#87104b

Complementary Color

#87104b #10874c

#87104b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87104b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87104b Color CSS Codes

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

#87104b Text Font Color

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

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


#87104b Background Color

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

This div background color is #87104b


#87104b Border Color

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

This div border color is #87104b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87104b


Comments

No comments written yet.

Please login to write comment.