Color Hex Logo

#ab403a Color Hex

#AB403A
(171,64,58)
0 Favorites   0 Comments

Color spaces of #ab403a

RGB 1716458
HSL0.010.490.45
HSV66°67°
CMYK 0.000.630.66   0.33
XYZ19.391712.63025.4188
Yxy12.63020.51790.3373
Hunter Lab35.539035.204515.8371
CIE-Lab42.200743.483926.7799

#ab403a color RGB value is (171,64,58).

#ab403a hex color red value is 171, green value is 64 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ab403a hue: 0.01 , saturation: 0.49 and the lightness value of ab403a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 00111010
Octal 253 100 72
Decimal 171 64 58
Hex AB 40 3A

RGB Percentages of Color #ab403a

%58.36
%21.84
%19.80

CMYK Percentages of Color #ab403a

%0
%63
%66
%33

Triadic Colors of #ab403a

#ab403a #3aab40 #403aab

Analogous Colors of #ab403a

#ab403a #ab793a #ab3a6d

Monochromatic Colors of #ab403a

#ab403a

Complementary Color

#ab403a #3aa5ab

#ab403a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab403a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab403a Color CSS Codes

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

#ab403a Text Font Color

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

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


#ab403a Background Color

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

This div background color is #ab403a


#ab403a Border Color

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

This div border color is #ab403a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab403a


Comments

No comments written yet.

Please login to write comment.