Color Hex Logo

#87669a Color Hex

#87669A
(135,102,154)
0 Favorites   0 Comments

Color spaces of #87669a

RGB 135102154
HSL0.770.200.50
HSV278°34°60°
CMYK 0.120.340.00   0.40
XYZ20.575816.986732.7662
Yxy16.98670.29260.2415
Hunter Lab41.214916.9868-18.2856
CIE-Lab48.243323.3115-23.2606

#87669a color RGB value is (135,102,154).

#87669a hex color red value is 135, green value is 102 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #87669a hue: 0.77 , saturation: 0.20 and the lightness value of 87669a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100110 10011010
Octal 207 146 232
Decimal 135 102 154
Hex 87 66 9A

RGB Percentages of Color #87669a

%34.53
%26.09
%39.39

CMYK Percentages of Color #87669a

%12
%34
%0
%40

Triadic Colors of #87669a

#87669a #9a8766 #669a87

Analogous Colors of #87669a

#87669a #9a6693 #6d669a

Monochromatic Colors of #87669a

#87669a

Complementary Color

#87669a #799a66

#87669a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87669a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87669a Color CSS Codes

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

#87669a Text Font Color

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

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


#87669a Background Color

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

This div background color is #87669a


#87669a Border Color

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

This div border color is #87669a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87669a

#87669a Color Palettes


Comments

No comments written yet.

Please login to write comment.