Color Hex Logo

#ab709a Color Hex

#AB709A
(171,112,154)
0 Favorites   0 Comments

Color spaces of #ab709a

RGB 171112154
HSL0.880.260.55
HSV317°35°67°
CMYK 0.000.350.10   0.33
XYZ28.421522.579433.4321
Yxy22.57940.33660.2674
Hunter Lab47.517823.6089-8.4522
CIE-Lab54.636429.8863-13.1397

#ab709a color RGB value is (171,112,154).

#ab709a hex color red value is 171, green value is 112 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ab709a hue: 0.88 , saturation: 0.26 and the lightness value of ab709a is 0.55.

The process color (four color CMYK) of #ab709a color hex is 0.00, 0.35, 0.10, 0.33. Web safe color of #ab709a is #996699. Color #ab709a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 10011010
Octal 253 160 232
Decimal 171 112 154
Hex AB 70 9A

RGB Percentages of Color #ab709a

%39.13
%25.63
%35.24

CMYK Percentages of Color #ab709a

%0
%35
%10
%33

Triadic Colors of #ab709a

#ab709a #9aab70 #709aab

Analogous Colors of #ab709a

#ab709a #ab707d #9f70ab

Monochromatic Colors of #ab709a

#ab709a

Complementary Color

#ab709a #70ab81

#ab709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab709a Color CSS Codes

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

#ab709a Text Font Color

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

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


#ab709a Background Color

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

This div background color is #ab709a


#ab709a Border Color

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

This div border color is #ab709a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab709a


Comments

No comments written yet.

Please login to write comment.