Color Hex Logo

#ab448b Color Hex

#AB448B
(171,68,139)
0 Favorites   0 Comments

Color spaces of #ab448b

RGB 17168139
HSL0.890.430.47
HSV319°60°67°
CMYK 0.000.600.19   0.33
XYZ23.521914.656326.0153
Yxy14.65630.36640.2283
Hunter Lab38.283542.6765-13.4916
CIE-Lab45.159850.2970-18.6562

#ab448b color RGB value is (171,68,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 10001011
Octal 253 104 213
Decimal 171 68 139
Hex AB 44 8B

RGB Percentages of Color #ab448b

%45.24
%17.99
%36.77

CMYK Percentages of Color #ab448b

%0
%60
%19
%33

Triadic Colors of #ab448b

#ab448b #8bab44 #448bab

Analogous Colors of #ab448b

#ab448b #ab4458 #9844ab

Monochromatic Colors of #ab448b

#ab448b

Complementary Color

#ab448b #44ab64

#ab448b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab448b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab448b Color CSS Codes

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

#ab448b Text Font Color

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

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


#ab448b Background Color

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

This div background color is #ab448b


#ab448b Border Color

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

This div border color is #ab448b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab448b


Comments

No comments written yet.

Please login to write comment.