Color Hex Logo

#ab224e Color Hex

#AB224E
(171,34,78)
0 Favorites   0 Comments

Color spaces of #ab224e

RGB 1713478
HSL0.950.670.40
HSV341°80°67°
CMYK 0.000.800.54   0.33
XYZ18.741810.35208.2181
Yxy10.35200.50230.2774
Hunter Lab32.174547.67167.3782
CIE-Lab38.466956.25209.3870

#ab224e color RGB value is (171,34,78).

#ab224e hex color red value is 171, green value is 34 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ab224e hue: 0.95 , saturation: 0.67 and the lightness value of ab224e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 01001110
Octal 253 42 116
Decimal 171 34 78
Hex AB 22 4E

RGB Percentages of Color #ab224e

%60.42
%12.01
%27.56

CMYK Percentages of Color #ab224e

%0
%80
%54
%33

Triadic Colors of #ab224e

#ab224e #4eab22 #224eab

Analogous Colors of #ab224e

#ab224e #ab3a22 #ab2293

Monochromatic Colors of #ab224e

#ab224e

Complementary Color

#ab224e #22ab7f

#ab224e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab224e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab224e Color CSS Codes

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

#ab224e Text Font Color

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

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


#ab224e Background Color

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

This div background color is #ab224e


#ab224e Border Color

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

This div border color is #ab224e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,34,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 #ab224e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab224e


Comments

No comments written yet.

Please login to write comment.