Color Hex Logo

#ab617a Color Hex

#AB617A
(171,97,122)
0 Favorites   0 Comments

Color spaces of #ab617a

RGB 17197122
HSL0.940.310.53
HSV340°43°67°
CMYK 0.000.430.29   0.33
XYZ24.582118.612520.7093
Yxy18.61250.38470.2913
Hunter Lab43.142226.20911.7389
CIE-Lab50.230733.0868-0.8269

#ab617a color RGB value is (171,97,122).

#ab617a hex color red value is 171, green value is 97 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ab617a hue: 0.94 , saturation: 0.31 and the lightness value of ab617a is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 01111010
Octal 253 141 172
Decimal 171 97 122
Hex AB 61 7A

RGB Percentages of Color #ab617a

%43.85
%24.87
%31.28

CMYK Percentages of Color #ab617a

%0
%43
%29
%33

Triadic Colors of #ab617a

#ab617a #7aab61 #617aab

Analogous Colors of #ab617a

#ab617a #ab6d61 #ab619f

Monochromatic Colors of #ab617a

#ab617a

Complementary Color

#ab617a #61ab92

#ab617a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab617a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab617a Color CSS Codes

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

#ab617a Text Font Color

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

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


#ab617a Background Color

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

This div background color is #ab617a


#ab617a Border Color

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

This div border color is #ab617a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab617a


Comments

No comments written yet.

Please login to write comment.