Color Hex Logo

#ab517a Color Hex

#AB517A
(171,81,122)
0 Favorites   0 Comments

Color spaces of #ab517a

RGB 17181122
HSL0.920.360.49
HSV333°53°67°
CMYK 0.000.530.29   0.33
XYZ23.249915.947920.2652
Yxy15.94790.39100.2682
Hunter Lab39.934834.0361-2.1327
CIE-Lab46.906141.5554-5.7310

#ab517a color RGB value is (171,81,122).

#ab517a hex color red value is 171, green value is 81 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ab517a hue: 0.92 , saturation: 0.36 and the lightness value of ab517a is 0.49.

The process color (four color CMYK) of #ab517a color hex is 0.00, 0.53, 0.29, 0.33. Web safe color of #ab517a is #996666. Color #ab517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 01111010
Octal 253 121 172
Decimal 171 81 122
Hex AB 51 7A

RGB Percentages of Color #ab517a

%45.72
%21.66
%32.62

CMYK Percentages of Color #ab517a

%0
%53
%29
%33

Triadic Colors of #ab517a

#ab517a #7aab51 #517aab

Analogous Colors of #ab517a

#ab517a #ab5551 #ab51a7

Monochromatic Colors of #ab517a

#ab517a

Complementary Color

#ab517a #51ab82

#ab517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab517a Color CSS Codes

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

#ab517a Text Font Color

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

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


#ab517a Background Color

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

This div background color is #ab517a


#ab517a Border Color

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

This div border color is #ab517a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab517a


Comments

No comments written yet.

Please login to write comment.