Color Hex Logo

#872047 Color Hex

#872047
(135,32,71)
0 Favorites   0 Comments

Color spaces of #872047

RGB 1353271
HSL0.940.620.33
HSV337°76°53°
CMYK 0.000.760.47   0.47
XYZ11.64556.63896.6289
Yxy6.63890.46740.2665
Hunter Lab25.766135.58612.7826
CIE-Lab30.970345.87982.3046

#872047 color RGB value is (135,32,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 01000111
Octal 207 40 107
Decimal 135 32 71
Hex 87 20 47

RGB Percentages of Color #872047

%56.72
%13.45
%29.83

CMYK Percentages of Color #872047

%0
%76
%47
%47

Triadic Colors of #872047

#872047 #478720 #204787

Analogous Colors of #872047

#872047 #872d20 #87207b

Monochromatic Colors of #872047

#872047

Complementary Color

#872047 #208760

#872047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872047 Color CSS Codes

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

#872047 Text Font Color

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

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


#872047 Background Color

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

This div background color is #872047


#872047 Border Color

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

This div border color is #872047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872047


Comments

No comments written yet.

Please login to write comment.