Color Hex Logo

#87609a Color Hex

#87609A
(135,96,154)
0 Favorites   0 Comments

Color spaces of #87609a

RGB 13596154
HSL0.780.230.49
HSV280°38°60°
CMYK 0.120.380.00   0.40
XYZ20.007315.849732.5767
Yxy15.84970.29240.2316
Hunter Lab39.811720.0345-20.6470
CIE-Lab46.776726.8422-25.5303

#87609a color RGB value is (135,96,154).

#87609a hex color red value is 135, green value is 96 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #87609a hue: 0.78 , saturation: 0.23 and the lightness value of 87609a is 0.49.

The process color (four color CMYK) of #87609a color hex is 0.12, 0.38, 0.00, 0.40. Web safe color of #87609a is #996699. Color #87609a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100000 10011010
Octal 207 140 232
Decimal 135 96 154
Hex 87 60 9A

RGB Percentages of Color #87609a

%35.06
%24.94
%40.00

CMYK Percentages of Color #87609a

%12
%38
%0
%40

Triadic Colors of #87609a

#87609a #9a8760 #609a87

Analogous Colors of #87609a

#87609a #9a6090 #6a609a

Monochromatic Colors of #87609a

#87609a

Complementary Color

#87609a #739a60

#87609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87609a Color CSS Codes

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

#87609a Text Font Color

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

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


#87609a Background Color

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

This div background color is #87609a


#87609a Border Color

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

This div border color is #87609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87609a


Comments

No comments written yet.

Please login to write comment.