Color Hex Logo

#ab8aaf Color Hex

#AB8AAF
(171,138,175)
0 Favorites   0 Comments

Color spaces of #ab8aaf

RGB 171138175
HSL0.820.190.61
HSV294°21°69°
CMYK 0.020.210.00   0.31
XYZ33.620929.930044.5625
Yxy29.93000.31100.2768
Hunter Lab54.708313.9573-9.9987
CIE-Lab61.593819.1560-14.7085

#ab8aaf color RGB value is (171,138,175).

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

The process color (four color CMYK) of #ab8aaf color hex is 0.02, 0.21, 0.00, 0.31. Web safe color of #ab8aaf is #999999. Color #ab8aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 10101111
Octal 253 212 257
Decimal 171 138 175
Hex AB 8A AF

RGB Percentages of Color #ab8aaf

%35.33
%28.51
%36.16

CMYK Percentages of Color #ab8aaf

%2
%21
%0
%31

Triadic Colors of #ab8aaf

#ab8aaf #afab8a #8aafab

Analogous Colors of #ab8aaf

#ab8aaf #af8aa1 #998aaf

Monochromatic Colors of #ab8aaf

#ab8aaf

Complementary Color

#ab8aaf #8eaf8a

#ab8aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8aaf Color CSS Codes

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

#ab8aaf Text Font Color

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

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


#ab8aaf Background Color

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

This div background color is #ab8aaf


#ab8aaf Border Color

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

This div border color is #ab8aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8aaf


Comments

No comments written yet.

Please login to write comment.