Color Hex Logo

#ab449c Color Hex

#AB449C
(171,68,156)
0 Favorites   0 Comments

Color spaces of #ab449c

RGB 17168156
HSL0.860.430.47
HSV309°60°67°
CMYK 0.000.600.09   0.33
XYZ24.862515.192533.0745
Yxy15.19250.34000.2077
Hunter Lab38.977645.6485-23.0264
CIE-Lab45.896752.9745-27.7254

#ab449c color RGB value is (171,68,156).

#ab449c hex color red value is 171, green value is 68 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ab449c hue: 0.86 , saturation: 0.43 and the lightness value of ab449c is 0.47.

The process color (four color CMYK) of #ab449c color hex is 0.00, 0.60, 0.09, 0.33. Web safe color of #ab449c is #993399. Color #ab449c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 10011100
Octal 253 104 234
Decimal 171 68 156
Hex AB 44 9C

RGB Percentages of Color #ab449c

%43.29
%17.22
%39.49

CMYK Percentages of Color #ab449c

%0
%60
%9
%33

Triadic Colors of #ab449c

#ab449c #9cab44 #449cab

Analogous Colors of #ab449c

#ab449c #ab4469 #8744ab

Monochromatic Colors of #ab449c

#ab449c

Complementary Color

#ab449c #44ab53

#ab449c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab449c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab449c Color CSS Codes

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

#ab449c Text Font Color

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

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


#ab449c Background Color

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

This div background color is #ab449c


#ab449c Border Color

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

This div border color is #ab449c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab449c


Comments

No comments written yet.

Please login to write comment.