Color Hex Logo

#ab404a Color Hex

#AB404A
(171,64,74)
0 Favorites   0 Comments

Color spaces of #ab404a

RGB 1716474
HSL0.980.460.46
HSV354°63°67°
CMYK 0.000.630.57   0.33
XYZ19.864012.81917.9060
Yxy12.81910.48940.3158
Hunter Lab35.803836.375511.9705
CIE-Lab42.489444.610017.4061

#ab404a color RGB value is (171,64,74).

#ab404a hex color red value is 171, green value is 64 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ab404a hue: 0.98 , saturation: 0.46 and the lightness value of ab404a is 0.46.

The process color (four color CMYK) of #ab404a color hex is 0.00, 0.63, 0.57, 0.33. Web safe color of #ab404a is #993333. Color #ab404a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 01001010
Octal 253 100 112
Decimal 171 64 74
Hex AB 40 4A

RGB Percentages of Color #ab404a

%55.34
%20.71
%23.95

CMYK Percentages of Color #ab404a

%0
%63
%57
%33

Triadic Colors of #ab404a

#ab404a #4aab40 #404aab

Analogous Colors of #ab404a

#ab404a #ab6c40 #ab4080

Monochromatic Colors of #ab404a

#ab404a

Complementary Color

#ab404a #40aba1

#ab404a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab404a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab404a Color CSS Codes

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

#ab404a Text Font Color

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

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


#ab404a Background Color

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

This div background color is #ab404a


#ab404a Border Color

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

This div border color is #ab404a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab404a


Comments

No comments written yet.

Please login to write comment.