Color Hex Logo

#872022 Color Hex

#872022
(135,32,34)
0 Favorites   0 Comments

Color spaces of #872022

RGB 1353234
HSL1.000.620.33
HSV359°76°53°
CMYK 0.000.760.75   0.47
XYZ10.79696.29942.1602
Yxy6.29940.56070.3271
Hunter Lab25.098632.864412.4660
CIE-Lab30.155643.206725.4357

#872022 color RGB value is (135,32,34).

#872022 hex color red value is 135, green value is 32 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #872022 hue: 1.00 , saturation: 0.62 and the lightness value of 872022 is 0.33.

The process color (four color CMYK) of #872022 color hex is 0.00, 0.76, 0.75, 0.47. Web safe color of #872022 is #993333. Color #872022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 00100010
Octal 207 40 42
Decimal 135 32 34
Hex 87 20 22

RGB Percentages of Color #872022

%67.16
%15.92
%16.92

CMYK Percentages of Color #872022

%0
%76
%75
%47

Triadic Colors of #872022

#872022 #228720 #202287

Analogous Colors of #872022

#872022 #875220 #872055

Monochromatic Colors of #872022

#872022

Complementary Color

#872022 #208785

#872022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872022 Color CSS Codes

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

#872022 Text Font Color

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

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


#872022 Background Color

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

This div background color is #872022


#872022 Border Color

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

This div border color is #872022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872022


Comments

No comments written yet.

Please login to write comment.