Color Hex Logo

#87649c Color Hex

#87649C
(135,100,156)
0 Favorites   0 Comments

Color spaces of #87649c

RGB 135100156
HSL0.770.220.50
HSV278°36°61°
CMYK 0.130.360.00   0.39
XYZ20.549616.665533.5862
Yxy16.66550.29020.2354
Hunter Lab40.823418.4120-20.2026
CIE-Lab47.835824.9405-25.0720

#87649c color RGB value is (135,100,156).

#87649c hex color red value is 135, green value is 100 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #87649c hue: 0.77 , saturation: 0.22 and the lightness value of 87649c is 0.50.

The process color (four color CMYK) of #87649c color hex is 0.13, 0.36, 0.00, 0.39. Web safe color of #87649c is #996699. Color #87649c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100100 10011100
Octal 207 144 234
Decimal 135 100 156
Hex 87 64 9C

RGB Percentages of Color #87649c

%34.53
%25.58
%39.90

CMYK Percentages of Color #87649c

%13
%36
%0
%39

Triadic Colors of #87649c

#87649c #9c8764 #649c87

Analogous Colors of #87649c

#87649c #9c6495 #6b649c

Monochromatic Colors of #87649c

#87649c

Complementary Color

#87649c #799c64

#87649c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87649c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87649c Color CSS Codes

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

#87649c Text Font Color

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

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


#87649c Background Color

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

This div background color is #87649c


#87649c Border Color

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

This div border color is #87649c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,100,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87649c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87649c;
  -webkit-box-shadow: 1px 1px 3px 2px #87649c;
  box-shadow:         1px 1px 3px 2px #87649c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87649c


Comments

No comments written yet.

Please login to write comment.