Color Hex Logo

#872127 Color Hex

#872127
(135,33,39)
0 Favorites   0 Comments

Color spaces of #872127

RGB 1353339
HSL0.990.610.33
HSV356°76°53°
CMYK 0.000.760.71   0.47
XYZ10.90176.38512.5773
Yxy6.38510.54880.3214
Hunter Lab25.268832.789911.6408
CIE-Lab30.364043.089522.5132

#872127 color RGB value is (135,33,39).

#872127 hex color red value is 135, green value is 33 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #872127 hue: 0.99 , saturation: 0.61 and the lightness value of 872127 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100001 00100111
Octal 207 41 47
Decimal 135 33 39
Hex 87 21 27

RGB Percentages of Color #872127

%65.22
%15.94
%18.84

CMYK Percentages of Color #872127

%0
%76
%71
%47

Triadic Colors of #872127

#872127 #278721 #212787

Analogous Colors of #872127

#872127 #874e21 #87215a

Monochromatic Colors of #872127

#872127

Complementary Color

#872127 #218781

#872127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872127 Color CSS Codes

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

#872127 Text Font Color

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

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


#872127 Background Color

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

This div background color is #872127


#872127 Border Color

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

This div border color is #872127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872127


Comments

No comments written yet.

Please login to write comment.