Color Hex Logo

#ab609a Color Hex

#AB609A
(171,96,154)
0 Favorites   0 Comments

Color spaces of #ab609a

RGB 17196154
HSL0.870.310.52
HSV314°44°67°
CMYK 0.000.440.10   0.33
XYZ26.810219.356832.8950
Yxy19.35680.33910.2448
Hunter Lab43.996431.7795-13.5322
CIE-Lab51.102138.6789-18.5070

#ab609a color RGB value is (171,96,154).

#ab609a hex color red value is 171, green value is 96 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ab609a hue: 0.87 , saturation: 0.31 and the lightness value of ab609a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 10011010
Octal 253 140 232
Decimal 171 96 154
Hex AB 60 9A

RGB Percentages of Color #ab609a

%40.62
%22.80
%36.58

CMYK Percentages of Color #ab609a

%0
%44
%10
%33

Triadic Colors of #ab609a

#ab609a #9aab60 #609aab

Analogous Colors of #ab609a

#ab609a #ab6075 #9760ab

Monochromatic Colors of #ab609a

#ab609a

Complementary Color

#ab609a #60ab71

#ab609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab609a Color CSS Codes

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

#ab609a Text Font Color

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

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


#ab609a Background Color

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

This div background color is #ab609a


#ab609a Border Color

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

This div border color is #ab609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab609a


Comments

No comments written yet.

Please login to write comment.