Color Hex Logo

#ab81a0 Color Hex

#AB81A0
(171,129,160)
0 Favorites   0 Comments

Color spaces of #ab81a0

RGB 171129160
HSL0.880.200.59
HSV316°25°67°
CMYK 0.000.250.06   0.33
XYZ30.990026.896536.8159
Yxy26.89650.32720.2840
Hunter Lab51.861815.9043-5.7858
CIE-Lab58.878421.3850-10.2327

#ab81a0 color RGB value is (171,129,160).

#ab81a0 hex color red value is 171, green value is 129 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ab81a0 hue: 0.88 , saturation: 0.20 and the lightness value of ab81a0 is 0.59.

The process color (four color CMYK) of #ab81a0 color hex is 0.00, 0.25, 0.06, 0.33. Web safe color of #ab81a0 is #999999. Color #ab81a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 10100000
Octal 253 201 240
Decimal 171 129 160
Hex AB 81 A0

RGB Percentages of Color #ab81a0

%37.17
%28.04
%34.78

CMYK Percentages of Color #ab81a0

%0
%25
%6
%33

Triadic Colors of #ab81a0

#ab81a0 #a0ab81 #81a0ab

Analogous Colors of #ab81a0

#ab81a0 #ab818b #a181ab

Monochromatic Colors of #ab81a0

#ab81a0

Complementary Color

#ab81a0 #81ab8c

#ab81a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab81a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab81a0 Color CSS Codes

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

#ab81a0 Text Font Color

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

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


#ab81a0 Background Color

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

This div background color is #ab81a0


#ab81a0 Border Color

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

This div border color is #ab81a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab81a0


Comments

No comments written yet.

Please login to write comment.