Color Hex Logo

#87192e Color Hex

#87192E
(135,25,46)
0 Favorites   0 Comments

Color spaces of #87192e

RGB 1352546
HSL0.970.690.31
HSV349°81°53°
CMYK 0.000.810.66   0.47
XYZ10.83246.04343.1803
Yxy6.04340.54010.3013
Hunter Lab24.583335.63349.5381
CIE-Lab29.521746.204116.8925

#87192e color RGB value is (135,25,46).

#87192e hex color red value is 135, green value is 25 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #87192e hue: 0.97 , saturation: 0.69 and the lightness value of 87192e is 0.31.

The process color (four color CMYK) of #87192e color hex is 0.00, 0.81, 0.66, 0.47. Web safe color of #87192e is #990033. Color #87192e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011001 00101110
Octal 207 31 56
Decimal 135 25 46
Hex 87 19 2E

RGB Percentages of Color #87192e

%65.53
%12.14
%22.33

CMYK Percentages of Color #87192e

%0
%81
%66
%47

Triadic Colors of #87192e

#87192e #2e8719 #192e87

Analogous Colors of #87192e

#87192e #873b19 #871965

Monochromatic Colors of #87192e

#87192e

Complementary Color

#87192e #198772

#87192e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87192e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87192e Color CSS Codes

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

#87192e Text Font Color

<p style="color:#87192e">Text here</p>

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


#87192e Background Color

<div style="background-color:#87192e">
Div content here</div>

This div background color is #87192e


#87192e Border Color

<div style="border:3px solid #87192e">
Div here</div>

This div border color is #87192e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,25,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87192e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87192e;
  -webkit-box-shadow: 1px 1px 3px 2px #87192e;
  box-shadow:         1px 1px 3px 2px #87192e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87192e


Comments

No comments written yet.

Please login to write comment.