Color Hex Logo

#87207a Color Hex

#87207A
(135,32,122)
0 Favorites   0 Comments

Color spaces of #87207a

RGB 13532122
HSL0.850.620.33
HSV308°76°53°
CMYK 0.000.760.10   0.47
XYZ14.02107.589119.1382
Yxy7.58910.34410.1862
Hunter Lab27.548342.6398-21.9058
CIE-Lab33.112152.5004-27.3565

#87207a color RGB value is (135,32,122).

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

The process color (four color CMYK) of #87207a color hex is 0.00, 0.76, 0.10, 0.47. Web safe color of #87207a is #993366. Color #87207a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 01111010
Octal 207 40 172
Decimal 135 32 122
Hex 87 20 7A

RGB Percentages of Color #87207a

%46.71
%11.07
%42.21

CMYK Percentages of Color #87207a

%0
%76
%10
%47

Triadic Colors of #87207a

#87207a #7a8720 #207a87

Analogous Colors of #87207a

#87207a #872046 #612087

Monochromatic Colors of #87207a

#87207a

Complementary Color

#87207a #20872d

#87207a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87207a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87207a Color CSS Codes

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

#87207a Text Font Color

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

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


#87207a Background Color

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

This div background color is #87207a


#87207a Border Color

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

This div border color is #87207a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87207a


Comments

No comments written yet.

Please login to write comment.