Color Hex Logo

#872028 Color Hex

#872028
(135,32,40)
0 Favorites   0 Comments

Color spaces of #872028

RGB 1353240
HSL0.990.620.33
HSV355°76°53°
CMYK 0.000.760.70   0.47
XYZ10.89126.33712.6566
Yxy6.33710.54770.3187
Hunter Lab25.173633.173111.3646
CIE-Lab30.247543.513521.7294

#872028 color RGB value is (135,32,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 00101000
Octal 207 40 50
Decimal 135 32 40
Hex 87 20 28

RGB Percentages of Color #872028

%65.22
%15.46
%19.32

CMYK Percentages of Color #872028

%0
%76
%70
%47

Triadic Colors of #872028

#872028 #288720 #202887

Analogous Colors of #872028

#872028 #874c20 #87205b

Monochromatic Colors of #872028

#872028

Complementary Color

#872028 #20877f

#872028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872028 Color CSS Codes

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

#872028 Text Font Color

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

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


#872028 Background Color

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

This div background color is #872028


#872028 Border Color

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

This div border color is #872028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872028


Comments

No comments written yet.

Please login to write comment.