Color Hex Logo

#ab424d Color Hex

#AB424D
(171,66,77)
0 Favorites   0 Comments

Color spaces of #ab424d

RGB 1716677
HSL0.980.440.46
HSV354°61°67°
CMYK 0.000.610.55   0.33
XYZ20.082413.09028.4894
Yxy13.09020.48200.3142
Hunter Lab36.180435.763111.4144
CIE-Lab42.898843.928716.1082

#ab424d color RGB value is (171,66,77).

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

The process color (four color CMYK) of #ab424d color hex is 0.00, 0.61, 0.55, 0.33. Web safe color of #ab424d is #993366. Color #ab424d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 01001101
Octal 253 102 115
Decimal 171 66 77
Hex AB 42 4D

RGB Percentages of Color #ab424d

%54.46
%21.02
%24.52

CMYK Percentages of Color #ab424d

%0
%61
%55
%33

Triadic Colors of #ab424d

#ab424d #4dab42 #424dab

Analogous Colors of #ab424d

#ab424d #ab6c42 #ab4282

Monochromatic Colors of #ab424d

#ab424d

Complementary Color

#ab424d #42aba0

#ab424d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab424d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab424d Color CSS Codes

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

#ab424d Text Font Color

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

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


#ab424d Background Color

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

This div background color is #ab424d


#ab424d Border Color

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

This div border color is #ab424d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab424d


Comments

No comments written yet.

Please login to write comment.