Color Hex Logo

#87182f Color Hex

#87182F
(135,24,47)
0 Favorites   0 Comments

Color spaces of #87182f

RGB 1352447
HSL0.970.700.31
HSV348°82°53°
CMYK 0.000.820.65   0.47
XYZ10.83146.00943.2784
Yxy6.00940.53840.2987
Hunter Lab24.514135.96959.2307
CIE-Lab29.436246.565316.1181

#87182f color RGB value is (135,24,47).

#87182f hex color red value is 135, green value is 24 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #87182f hue: 0.97 , saturation: 0.70 and the lightness value of 87182f is 0.31.

The process color (four color CMYK) of #87182f color hex is 0.00, 0.82, 0.65, 0.47. Web safe color of #87182f is #990033. Color #87182f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011000 00101111
Octal 207 30 57
Decimal 135 24 47
Hex 87 18 2F

RGB Percentages of Color #87182f

%65.53
%11.65
%22.82

CMYK Percentages of Color #87182f

%0
%82
%65
%47

Triadic Colors of #87182f

#87182f #2f8718 #182f87

Analogous Colors of #87182f

#87182f #873918 #871867

Monochromatic Colors of #87182f

#87182f

Complementary Color

#87182f #188770

#87182f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87182f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87182f Color CSS Codes

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

#87182f Text Font Color

<p style="color:#87182f">Text here</p>

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


#87182f Background Color

<div style="background-color:#87182f">
Div content here</div>

This div background color is #87182f


#87182f Border Color

<div style="border:3px solid #87182f">
Div here</div>

This div border color is #87182f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,24,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87182f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87182f;
  -webkit-box-shadow: 1px 1px 3px 2px #87182f;
  box-shadow:         1px 1px 3px 2px #87182f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87182f

#87182f Color Palettes


Comments

No comments written yet.

Please login to write comment.