Color Hex Logo

#870547 Color Hex

#870547
(135,5,71)
0 Favorites   0 Comments

Color spaces of #870547

RGB 135571
HSL0.920.930.27
HSV330°96°53°
CMYK 0.000.960.47   0.47
XYZ11.18335.71446.4748
Yxy5.71440.47850.2445
Hunter Lab23.904841.67360.6742
CIE-Lab28.680252.4212-1.0294

#870547 color RGB value is (135,5,71).

#870547 hex color red value is 135, green value is 5 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #870547 hue: 0.92 , saturation: 0.93 and the lightness value of 870547 is 0.27.

The process color (four color CMYK) of #870547 color hex is 0.00, 0.96, 0.47, 0.47. Web safe color of #870547 is #990033. Color #870547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000101 01000111
Octal 207 5 107
Decimal 135 5 71
Hex 87 5 47

RGB Percentages of Color #870547

%63.98
%2.37
%33.65

CMYK Percentages of Color #870547

%0
%96
%47
%47

Triadic Colors of #870547

#870547 #478705 #054787

Analogous Colors of #870547

#870547 #870506 #860587

Monochromatic Colors of #870547

#870547

Complementary Color

#870547 #058745

#870547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870547 Color CSS Codes

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

#870547 Text Font Color

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

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


#870547 Background Color

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

This div background color is #870547


#870547 Border Color

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

This div border color is #870547


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,5,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 #870547">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870547


Comments

No comments written yet.

Please login to write comment.