Color Hex Logo

#ab87ae Color Hex

#AB87AE
(171,135,174)
0 Favorites   0 Comments

Color spaces of #ab87ae

RGB 171135174
HSL0.820.190.61
HSV295°22°68°
CMYK 0.020.220.00   0.32
XYZ33.098529.041943.9056
Yxy29.04190.31210.2739
Hunter Lab53.890515.3227-10.5813
CIE-Lab60.818620.6563-15.3118

#ab87ae color RGB value is (171,135,174).

#ab87ae hex color red value is 171, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab87ae hue: 0.82 , saturation: 0.19 and the lightness value of ab87ae is 0.61.

The process color (four color CMYK) of #ab87ae color hex is 0.02, 0.22, 0.00, 0.32. Web safe color of #ab87ae is #999999. Color #ab87ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 10101110
Octal 253 207 256
Decimal 171 135 174
Hex AB 87 AE

RGB Percentages of Color #ab87ae

%35.63
%28.13
%36.25

CMYK Percentages of Color #ab87ae

%2
%22
%0
%32

Triadic Colors of #ab87ae

#ab87ae #aeab87 #87aeab

Analogous Colors of #ab87ae

#ab87ae #ae879e #9887ae

Monochromatic Colors of #ab87ae

#ab87ae

Complementary Color

#ab87ae #8aae87

#ab87ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab87ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab87ae Color CSS Codes

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

#ab87ae Text Font Color

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

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


#ab87ae Background Color

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

This div background color is #ab87ae


#ab87ae Border Color

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

This div border color is #ab87ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,135,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab87ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab87ae;
  -webkit-box-shadow: 1px 1px 3px 2px #ab87ae;
  box-shadow:         1px 1px 3px 2px #ab87ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab87ae


Comments

No comments written yet.

Please login to write comment.