Color Hex Logo

#87083a Color Hex

#87083A
(135,8,58)
0 Favorites   0 Comments

Color spaces of #87083a

RGB 135858
HSL0.930.890.28
HSV336°94°53°
CMYK 0.000.940.57   0.47
XYZ10.84225.63014.5182
Yxy5.63010.51650.2682
Hunter Lab23.727840.04015.3196
CIE-Lab28.459450.85627.4128

#87083a color RGB value is (135,8,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001000 00111010
Octal 207 10 72
Decimal 135 8 58
Hex 87 8 3A

RGB Percentages of Color #87083a

%67.16
%3.98
%28.86

CMYK Percentages of Color #87083a

%0
%94
%57
%47

Triadic Colors of #87083a

#87083a #3a8708 #083a87

Analogous Colors of #87083a

#87083a #871608 #87087a

Monochromatic Colors of #87083a

#87083a

Complementary Color

#87083a #088755

#87083a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87083a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87083a Color CSS Codes

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

#87083a Text Font Color

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

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


#87083a Background Color

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

This div background color is #87083a


#87083a Border Color

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

This div border color is #87083a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87083a


Comments

No comments written yet.

Please login to write comment.