Color Hex Logo

#ab829a Color Hex

#AB829A
(171,130,154)
0 Favorites   0 Comments

Color spaces of #ab829a

RGB 171130154
HSL0.900.200.59
HSV325°24°67°
CMYK 0.000.240.10   0.33
XYZ30.610026.956334.1616
Yxy26.95630.33370.2939
Hunter Lab51.919514.3787-2.6676
CIE-Lab58.933919.7336-6.7047

#ab829a color RGB value is (171,130,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 10011010
Octal 253 202 232
Decimal 171 130 154
Hex AB 82 9A

RGB Percentages of Color #ab829a

%37.58
%28.57
%33.85

CMYK Percentages of Color #ab829a

%0
%24
%10
%33

Triadic Colors of #ab829a

#ab829a #9aab82 #829aab

Analogous Colors of #ab829a

#ab829a #ab8286 #a882ab

Monochromatic Colors of #ab829a

#ab829a

Complementary Color

#ab829a #82ab93

#ab829a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab829a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab829a Color CSS Codes

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

#ab829a Text Font Color

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

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


#ab829a Background Color

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

This div background color is #ab829a


#ab829a Border Color

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

This div border color is #ab829a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab829a


Comments

No comments written yet.

Please login to write comment.