Color Hex Logo

#ab85af Color Hex

#AB85AF
(171,133,175)
0 Favorites   0 Comments

Color spaces of #ab85af

RGB 171133175
HSL0.820.210.60
HSV294°24°69°
CMYK 0.020.240.00   0.31
XYZ32.920028.528144.3288
Yxy28.52810.31120.2697
Hunter Lab53.411716.5470-11.8193
CIE-Lab60.362921.9871-16.5707

#ab85af color RGB value is (171,133,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 10101111
Octal 253 205 257
Decimal 171 133 175
Hex AB 85 AF

RGB Percentages of Color #ab85af

%35.70
%27.77
%36.53

CMYK Percentages of Color #ab85af

%2
%24
%0
%31

Triadic Colors of #ab85af

#ab85af #afab85 #85afab

Analogous Colors of #ab85af

#ab85af #af859e #9685af

Monochromatic Colors of #ab85af

#ab85af

Complementary Color

#ab85af #89af85

#ab85af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab85af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab85af Color CSS Codes

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

#ab85af Text Font Color

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

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


#ab85af Background Color

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

This div background color is #ab85af


#ab85af Border Color

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

This div border color is #ab85af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab85af


Comments

No comments written yet.

Please login to write comment.