Color Hex Logo

#872c5b Color Hex

#872C5B
(135,44,91)
0 Favorites   0 Comments

Color spaces of #872c5b

RGB 1354491
HSL0.910.510.35
HSV329°67°53°
CMYK 0.000.670.33   0.47
XYZ12.78077.707610.7116
Yxy7.70760.40960.2470
Hunter Lab27.762633.5893-3.4420
CIE-Lab33.366443.3725-7.2125

#872c5b color RGB value is (135,44,91).

#872c5b hex color red value is 135, green value is 44 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #872c5b hue: 0.91 , saturation: 0.51 and the lightness value of 872c5b is 0.35.

The process color (four color CMYK) of #872c5b color hex is 0.00, 0.67, 0.33, 0.47. Web safe color of #872c5b is #993366. Color #872c5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101100 01011011
Octal 207 54 133
Decimal 135 44 91
Hex 87 2C 5B

RGB Percentages of Color #872c5b

%50.00
%16.30
%33.70

CMYK Percentages of Color #872c5b

%0
%67
%33
%47

Triadic Colors of #872c5b

#872c5b #5b872c #2c5b87

Analogous Colors of #872c5b

#872c5b #872c2d #862c87

Monochromatic Colors of #872c5b

#872c5b

Complementary Color

#872c5b #2c8758

#872c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#872c5b Color CSS Codes

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

#872c5b Text Font Color

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

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


#872c5b Background Color

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

This div background color is #872c5b


#872c5b Border Color

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

This div border color is #872c5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,44,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #872c5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #872c5b;
  -webkit-box-shadow: 1px 1px 3px 2px #872c5b;
  box-shadow:         1px 1px 3px 2px #872c5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872c5b


Comments

No comments written yet.

Please login to write comment.