Color Hex Logo

#ab449b Color Hex

#AB449B
(171,68,155)
0 Favorites   0 Comments

Color spaces of #ab449b

RGB 17168155
HSL0.860.430.47
HSV309°60°67°
CMYK 0.000.600.09   0.33
XYZ24.778115.158732.6303
Yxy15.15870.34150.2089
Hunter Lab38.934245.4644-22.4364
CIE-Lab45.850852.8103-27.2000

#ab449b color RGB value is (171,68,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 10011011
Octal 253 104 233
Decimal 171 68 155
Hex AB 44 9B

RGB Percentages of Color #ab449b

%43.40
%17.26
%39.34

CMYK Percentages of Color #ab449b

%0
%60
%9
%33

Triadic Colors of #ab449b

#ab449b #9bab44 #449bab

Analogous Colors of #ab449b

#ab449b #ab4468 #8844ab

Monochromatic Colors of #ab449b

#ab449b

Complementary Color

#ab449b #44ab54

#ab449b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab449b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab449b Color CSS Codes

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

#ab449b Text Font Color

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

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


#ab449b Background Color

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

This div background color is #ab449b


#ab449b Border Color

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

This div border color is #ab449b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab449b


Comments

No comments written yet.

Please login to write comment.