Color Hex Logo

#ab445a Color Hex

#AB445A
(171,68,90)
0 Favorites   0 Comments

Color spaces of #ab445a

RGB 1716890
HSL0.960.430.47
HSV347°60°67°
CMYK 0.000.600.47   0.33
XYZ20.707213.530411.1931
Yxy13.53040.45580.2978
Hunter Lab36.783736.11427.7069
CIE-Lab43.551844.17118.9855

#ab445a color RGB value is (171,68,90).

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

The process color (four color CMYK) of #ab445a color hex is 0.00, 0.60, 0.47, 0.33. Web safe color of #ab445a is #993366. Color #ab445a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 01011010
Octal 253 104 132
Decimal 171 68 90
Hex AB 44 5A

RGB Percentages of Color #ab445a

%51.98
%20.67
%27.36

CMYK Percentages of Color #ab445a

%0
%60
%47
%33

Triadic Colors of #ab445a

#ab445a #5aab44 #445aab

Analogous Colors of #ab445a

#ab445a #ab6244 #ab448e

Monochromatic Colors of #ab445a

#ab445a

Complementary Color

#ab445a #44ab95

#ab445a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab445a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab445a Color CSS Codes

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

#ab445a Text Font Color

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

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


#ab445a Background Color

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

This div background color is #ab445a


#ab445a Border Color

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

This div border color is #ab445a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab445a


Comments

No comments written yet.

Please login to write comment.