Color Hex Logo

#87084a Color Hex

#87084A
(135,8,74)
0 Favorites   0 Comments

Color spaces of #87084a

RGB 135874
HSL0.910.890.28
HSV329°94°53°
CMYK 0.000.940.45   0.47
XYZ11.31455.81907.0054
Yxy5.81900.46870.2411
Hunter Lab24.122641.5093-0.3325
CIE-Lab28.951152.2076-2.6389

#87084a color RGB value is (135,8,74).

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

The process color (four color CMYK) of #87084a color hex is 0.00, 0.94, 0.45, 0.47. Web safe color of #87084a is #990033. Color #87084a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001000 01001010
Octal 207 10 112
Decimal 135 8 74
Hex 87 8 4A

RGB Percentages of Color #87084a

%62.21
%3.69
%34.10

CMYK Percentages of Color #87084a

%0
%94
%45
%47

Triadic Colors of #87084a

#87084a #4a8708 #084a87

Analogous Colors of #87084a

#87084a #87080b #850887

Monochromatic Colors of #87084a

#87084a

Complementary Color

#87084a #088745

#87084a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87084a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87084a Color CSS Codes

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

#87084a Text Font Color

<p style="color:#87084a">Text here</p>

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


#87084a Background Color

<div style="background-color:#87084a">
Div content here</div>

This div background color is #87084a


#87084a Border Color

<div style="border:3px solid #87084a">
Div here</div>

This div border color is #87084a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,8,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87084a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87084a;
  -webkit-box-shadow: 1px 1px 3px 2px #87084a;
  box-shadow:         1px 1px 3px 2px #87084a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87084a


Comments

No comments written yet.

Please login to write comment.