Color Hex Logo

#ab608f Color Hex

#AB608F
(171,96,143)
0 Favorites   0 Comments

Color spaces of #ab608f

RGB 17196143
HSL0.900.310.52
HSV322°44°67°
CMYK 0.000.440.16   0.33
XYZ25.935419.006828.2883
Yxy19.00680.35420.2595
Hunter Lab43.596829.8939-7.9533
CIE-Lab50.695236.8268-12.6264

#ab608f color RGB value is (171,96,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 10001111
Octal 253 140 217
Decimal 171 96 143
Hex AB 60 8F

RGB Percentages of Color #ab608f

%41.71
%23.41
%34.88

CMYK Percentages of Color #ab608f

%0
%44
%16
%33

Triadic Colors of #ab608f

#ab608f #8fab60 #608fab

Analogous Colors of #ab608f

#ab608f #ab606a #a260ab

Monochromatic Colors of #ab608f

#ab608f

Complementary Color

#ab608f #60ab7c

#ab608f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab608f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab608f Color CSS Codes

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

#ab608f Text Font Color

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

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


#ab608f Background Color

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

This div background color is #ab608f


#ab608f Border Color

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

This div border color is #ab608f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab608f


Comments

No comments written yet.

Please login to write comment.