Color Hex Logo

#874572 Color Hex

#874572
(135,69,114)
0 Favorites   0 Comments

Color spaces of #874572

RGB 13569114
HSL0.890.320.40
HSV319°49°53°
CMYK 0.000.490.16   0.47
XYZ15.157110.622017.1710
Yxy10.62200.35290.2473
Hunter Lab32.591425.9790-8.4233
CIE-Lab38.936434.3467-13.3363

#874572 color RGB value is (135,69,114).

#874572 hex color red value is 135, green value is 69 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #874572 hue: 0.89 , saturation: 0.32 and the lightness value of 874572 is 0.40.

The process color (four color CMYK) of #874572 color hex is 0.00, 0.49, 0.16, 0.47. Web safe color of #874572 is #993366. Color #874572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000101 01110010
Octal 207 105 162
Decimal 135 69 114
Hex 87 45 72

RGB Percentages of Color #874572

%42.45
%21.70
%35.85

CMYK Percentages of Color #874572

%0
%49
%16
%47

Triadic Colors of #874572

#874572 #728745 #457287

Analogous Colors of #874572

#874572 #874551 #7b4587

Monochromatic Colors of #874572

#874572

Complementary Color

#874572 #45875a

#874572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874572 Color CSS Codes

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

#874572 Text Font Color

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

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


#874572 Background Color

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

This div background color is #874572


#874572 Border Color

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

This div border color is #874572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874572


Comments

No comments written yet.

Please login to write comment.