Color Hex Logo

#ab0449 Color Hex

#AB0449
(171,4,73)
0 Favorites   0 Comments

Color spaces of #ab0449

RGB 171473
HSL0.930.950.34
HSV335°98°67°
CMYK 0.000.980.57   0.33
XYZ18.04069.22587.1332
Yxy9.22580.52440.2682
Hunter Lab30.374052.86537.3378
CIE-Lab36.415561.41899.7462

#ab0449 color RGB value is (171,4,73).

#ab0449 hex color red value is 171, green value is 4 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ab0449 hue: 0.93 , saturation: 0.95 and the lightness value of ab0449 is 0.34.

The process color (four color CMYK) of #ab0449 color hex is 0.00, 0.98, 0.57, 0.33. Web safe color of #ab0449 is #990033. Color #ab0449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000100 01001001
Octal 253 4 111
Decimal 171 4 73
Hex AB 4 49

RGB Percentages of Color #ab0449

%68.95
%1.61
%29.44

CMYK Percentages of Color #ab0449

%0
%98
%57
%33

Triadic Colors of #ab0449

#ab0449 #49ab04 #0449ab

Analogous Colors of #ab0449

#ab0449 #ab1304 #ab049d

Monochromatic Colors of #ab0449

#ab0449

Complementary Color

#ab0449 #04ab66

#ab0449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0449 Color CSS Codes

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

#ab0449 Text Font Color

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

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


#ab0449 Background Color

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

This div background color is #ab0449


#ab0449 Border Color

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

This div border color is #ab0449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0449


Comments

No comments written yet.

Please login to write comment.