Color Hex Logo

#ab88af Color Hex

#AB88AF
(171,136,175)
0 Favorites   0 Comments

Color spaces of #ab88af

RGB 171136175
HSL0.820.200.61
HSV294°22°69°
CMYK 0.020.220.00   0.31
XYZ33.336629.361444.4677
Yxy29.36140.31110.2740
Hunter Lab54.186214.9916-10.7258
CIE-Lab61.099320.2880-15.4558

#ab88af color RGB value is (171,136,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001000 10101111
Octal 253 210 257
Decimal 171 136 175
Hex AB 88 AF

RGB Percentages of Color #ab88af

%35.48
%28.22
%36.31

CMYK Percentages of Color #ab88af

%2
%22
%0
%31

Triadic Colors of #ab88af

#ab88af #afab88 #88afab

Analogous Colors of #ab88af

#ab88af #af88a0 #9888af

Monochromatic Colors of #ab88af

#ab88af

Complementary Color

#ab88af #8caf88

#ab88af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab88af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab88af Color CSS Codes

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

#ab88af Text Font Color

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

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


#ab88af Background Color

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

This div background color is #ab88af


#ab88af Border Color

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

This div border color is #ab88af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,136,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 #ab88af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab88af


Comments

No comments written yet.

Please login to write comment.