Color Hex Logo

#ab609e Color Hex

#AB609E
(171,96,158)
0 Favorites   0 Comments

Color spaces of #ab609e

RGB 17196158
HSL0.860.310.52
HSV310°44°67°
CMYK 0.000.440.08   0.33
XYZ27.149019.492334.6792
Yxy19.49230.33390.2397
Hunter Lab44.150132.5015-15.6663
CIE-Lab51.258339.3811-20.6214

#ab609e color RGB value is (171,96,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 10011110
Octal 253 140 236
Decimal 171 96 158
Hex AB 60 9E

RGB Percentages of Color #ab609e

%40.24
%22.59
%37.18

CMYK Percentages of Color #ab609e

%0
%44
%8
%33

Triadic Colors of #ab609e

#ab609e #9eab60 #609eab

Analogous Colors of #ab609e

#ab609e #ab6079 #9360ab

Monochromatic Colors of #ab609e

#ab609e

Complementary Color

#ab609e #60ab6d

#ab609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab609e Color CSS Codes

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

#ab609e Text Font Color

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

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


#ab609e Background Color

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

This div background color is #ab609e


#ab609e Border Color

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

This div border color is #ab609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab609e


Comments

No comments written yet.

Please login to write comment.