Color Hex Logo

#87017a Color Hex

#87017A
(135,1,122)
0 Favorites   0 Comments

Color spaces of #87017a

RGB 1351122
HSL0.850.990.27
HSV306°99°53°
CMYK 0.000.990.10   0.47
XYZ13.51546.577718.9696
Yxy6.57770.34600.1684
Hunter Lab25.647049.1831-25.9004
CIE-Lab30.825559.1416-30.9688

#87017a color RGB value is (135,1,122).

#87017a hex color red value is 135, green value is 1 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #87017a hue: 0.85 , saturation: 0.99 and the lightness value of 87017a is 0.27.

The process color (four color CMYK) of #87017a color hex is 0.00, 0.99, 0.10, 0.47. Web safe color of #87017a is #990066. Color #87017a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000001 01111010
Octal 207 1 172
Decimal 135 1 122
Hex 87 1 7A

RGB Percentages of Color #87017a

%52.33
%0.39
%47.29

CMYK Percentages of Color #87017a

%0
%99
%10
%47

Triadic Colors of #87017a

#87017a #7a8701 #017a87

Analogous Colors of #87017a

#87017a #870137 #510187

Monochromatic Colors of #87017a

#87017a

Complementary Color

#87017a #01870e

#87017a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87017a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87017a Color CSS Codes

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

#87017a Text Font Color

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

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


#87017a Background Color

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

This div background color is #87017a


#87017a Border Color

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

This div border color is #87017a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87017a


Comments

No comments written yet.

Please login to write comment.