Color Hex Logo

#ab424e Color Hex

#AB424E
(171,66,78)
0 Favorites   0 Comments

Color spaces of #ab424e

RGB 1716678
HSL0.980.440.46
HSV353°61°67°
CMYK 0.000.610.54   0.33
XYZ20.117913.10448.6768
Yxy13.10440.48020.3128
Hunter Lab36.200035.850111.1287
CIE-Lab42.920144.012315.5208

#ab424e color RGB value is (171,66,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 01001110
Octal 253 102 116
Decimal 171 66 78
Hex AB 42 4E

RGB Percentages of Color #ab424e

%54.29
%20.95
%24.76

CMYK Percentages of Color #ab424e

%0
%61
%54
%33

Triadic Colors of #ab424e

#ab424e #4eab42 #424eab

Analogous Colors of #ab424e

#ab424e #ab6b42 #ab4283

Monochromatic Colors of #ab424e

#ab424e

Complementary Color

#ab424e #42ab9f

#ab424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab424e Color CSS Codes

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

#ab424e Text Font Color

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

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


#ab424e Background Color

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

This div background color is #ab424e


#ab424e Border Color

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

This div border color is #ab424e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab424e


Comments

No comments written yet.

Please login to write comment.