Color Hex Logo

#ab819a Color Hex

#AB819A
(171,129,154)
0 Favorites   0 Comments

Color spaces of #ab819a

RGB 171129154
HSL0.900.200.59
HSV324°25°67°
CMYK 0.000.250.10   0.33
XYZ30.477626.691534.1175
Yxy26.69150.33390.2924
Hunter Lab51.663814.8893-2.9890
CIE-Lab58.687720.2998-7.0706

#ab819a color RGB value is (171,129,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 10011010
Octal 253 201 232
Decimal 171 129 154
Hex AB 81 9A

RGB Percentages of Color #ab819a

%37.67
%28.41
%33.92

CMYK Percentages of Color #ab819a

%0
%25
%10
%33

Triadic Colors of #ab819a

#ab819a #9aab81 #819aab

Analogous Colors of #ab819a

#ab819a #ab8185 #a781ab

Monochromatic Colors of #ab819a

#ab819a

Complementary Color

#ab819a #81ab92

#ab819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab819a Color CSS Codes

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

#ab819a Text Font Color

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

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


#ab819a Background Color

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

This div background color is #ab819a


#ab819a Border Color

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

This div border color is #ab819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab819a


Comments

No comments written yet.

Please login to write comment.