Color Hex Logo

#870562 Color Hex

#870562
(135,5,98)
0 Favorites   0 Comments

Color spaces of #870562

RGB 135598
HSL0.880.930.27
HSV317°96°53°
CMYK 0.000.960.27   0.47
XYZ12.25056.141312.0950
Yxy6.14130.40180.2014
Hunter Lab24.781644.8714-11.5901
CIE-Lab29.766255.2981-17.2345

#870562 color RGB value is (135,5,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000101 01100010
Octal 207 5 142
Decimal 135 5 98
Hex 87 5 62

RGB Percentages of Color #870562

%56.72
%2.10
%41.18

CMYK Percentages of Color #870562

%0
%96
%27
%47

Triadic Colors of #870562

#870562 #628705 #056287

Analogous Colors of #870562

#870562 #870521 #6b0587

Monochromatic Colors of #870562

#870562

Complementary Color

#870562 #05872a

#870562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870562 Color CSS Codes

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

#870562 Text Font Color

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

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


#870562 Background Color

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

This div background color is #870562


#870562 Border Color

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

This div border color is #870562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870562


Comments

No comments written yet.

Please login to write comment.