Color Hex Logo

#87209a Color Hex

#87209A
(135,32,154)
0 Favorites   0 Comments

Color spaces of #87209a

RGB 13532154
HSL0.810.660.36
HSV291°79°60°
CMYK 0.120.790.00   0.40
XYZ16.34098.517031.3545
Yxy8.51700.29070.1515
Hunter Lab29.183948.8754-43.2711
CIE-Lab35.037258.0362-44.0766

#87209a color RGB value is (135,32,154).

#87209a hex color red value is 135, green value is 32 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #87209a hue: 0.81 , saturation: 0.66 and the lightness value of 87209a is 0.36.

The process color (four color CMYK) of #87209a color hex is 0.12, 0.79, 0.00, 0.40. Web safe color of #87209a is #993399. Color #87209a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 10011010
Octal 207 40 232
Decimal 135 32 154
Hex 87 20 9A

RGB Percentages of Color #87209a

%42.06
%9.97
%47.98

CMYK Percentages of Color #87209a

%12
%79
%0
%40

Triadic Colors of #87209a

#87209a #9a8720 #209a87

Analogous Colors of #87209a

#87209a #9a2070 #4a209a

Monochromatic Colors of #87209a

#87209a

Complementary Color

#87209a #339a20

#87209a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87209a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87209a Color CSS Codes

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

#87209a Text Font Color

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

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


#87209a Background Color

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

This div background color is #87209a


#87209a Border Color

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

This div border color is #87209a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87209a


Comments

No comments written yet.

Please login to write comment.