Color Hex Logo

#870563 Color Hex

#870563
(135,5,99)
0 Favorites   0 Comments

Color spaces of #870563

RGB 135599
HSL0.880.930.27
HSV317°96°53°
CMYK 0.000.960.27   0.47
XYZ12.29816.160312.3453
Yxy6.16030.39920.2000
Hunter Lab24.820045.0105-12.1165
CIE-Lab29.813355.4216-17.8119

#870563 color RGB value is (135,5,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000101 01100011
Octal 207 5 143
Decimal 135 5 99
Hex 87 5 63

RGB Percentages of Color #870563

%56.49
%2.09
%41.42

CMYK Percentages of Color #870563

%0
%96
%27
%47

Triadic Colors of #870563

#870563 #638705 #056387

Analogous Colors of #870563

#870563 #870522 #6a0587

Monochromatic Colors of #870563

#870563

Complementary Color

#870563 #058729

#870563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870563 Color CSS Codes

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

#870563 Text Font Color

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

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


#870563 Background Color

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

This div background color is #870563


#870563 Border Color

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

This div border color is #870563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870563


Comments

No comments written yet.

Please login to write comment.