Color Hex Logo

#ab22a5 Color Hex

#AB22A5
(171,34,165)
0 Favorites   0 Comments

Color spaces of #ab22a5

RGB 17134165
HSL0.840.670.40
HSV303°80°67°
CMYK 0.000.800.04   0.33
XYZ24.158112.518636.7404
Yxy12.51860.32910.1705
Hunter Lab35.381659.9595-36.7998
CIE-Lab42.028866.5980-39.1885

#ab22a5 color RGB value is (171,34,165).

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

The process color (four color CMYK) of #ab22a5 color hex is 0.00, 0.80, 0.04, 0.33. Web safe color of #ab22a5 is #993399. Color #ab22a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 10100101
Octal 253 42 245
Decimal 171 34 165
Hex AB 22 A5

RGB Percentages of Color #ab22a5

%46.22
%9.19
%44.59

CMYK Percentages of Color #ab22a5

%0
%80
%4
%33

Triadic Colors of #ab22a5

#ab22a5 #a5ab22 #22a5ab

Analogous Colors of #ab22a5

#ab22a5 #ab2260 #6d22ab

Monochromatic Colors of #ab22a5

#ab22a5

Complementary Color

#ab22a5 #22ab28

#ab22a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab22a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab22a5 Color CSS Codes

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

#ab22a5 Text Font Color

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

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


#ab22a5 Background Color

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

This div background color is #ab22a5


#ab22a5 Border Color

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

This div border color is #ab22a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab22a5


Comments

No comments written yet.

Please login to write comment.