Color Hex Logo

#ab225a Color Hex

#AB225A
(171,34,90)
1 Favorites   0 Comments

Color spaces of #ab225a

RGB 1713490
HSL0.930.670.40
HSV335°80°67°
CMYK 0.000.800.47   0.33
XYZ19.212110.540210.6947
Yxy10.54020.47500.2606
Hunter Lab32.465748.81543.1949
CIE-Lab38.795057.25212.1959

#ab225a color RGB value is (171,34,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 01011010
Octal 253 42 132
Decimal 171 34 90
Hex AB 22 5A

RGB Percentages of Color #ab225a

%57.97
%11.53
%30.51

CMYK Percentages of Color #ab225a

%0
%80
%47
%33

Triadic Colors of #ab225a

#ab225a #5aab22 #225aab

Analogous Colors of #ab225a

#ab225a #ab2e22 #ab229f

Monochromatic Colors of #ab225a

#ab225a

Complementary Color

#ab225a #22ab73

#ab225a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab225a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab225a Color CSS Codes

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

#ab225a Text Font Color

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

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


#ab225a Background Color

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

This div background color is #ab225a


#ab225a Border Color

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

This div border color is #ab225a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab225a

#ab225a Color Palettes


Comments

No comments written yet.

Please login to write comment.