Color Hex Logo

#87022e Color Hex

#87022E
(135,2,46)
0 Favorites   0 Comments

Color spaces of #87022e

RGB 135246
HSL0.940.970.27
HSV340°99°53°
CMYK 0.000.990.66   0.47
XYZ10.50655.39163.0717
Yxy5.39160.55390.2842
Hunter Lab23.219840.13308.4105
CIE-Lab27.822551.072314.6721

#87022e color RGB value is (135,2,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000010 00101110
Octal 207 2 56
Decimal 135 2 46
Hex 87 2 2E

RGB Percentages of Color #87022e

%73.77
%1.09
%25.14

CMYK Percentages of Color #87022e

%0
%99
%66
%47

Triadic Colors of #87022e

#87022e #2e8702 #022e87

Analogous Colors of #87022e

#87022e #871902 #870271

Monochromatic Colors of #87022e

#87022e

Complementary Color

#87022e #02875b

#87022e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87022e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87022e Color CSS Codes

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

#87022e Text Font Color

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

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


#87022e Background Color

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

This div background color is #87022e


#87022e Border Color

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

This div border color is #87022e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,2,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 #87022e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87022e


Comments

No comments written yet.

Please login to write comment.