Color Hex Logo

#ab24aa Color Hex

#AB24AA
(171,36,170)
0 Favorites   0 Comments

Color spaces of #ab24aa

RGB 17136170
HSL0.830.650.41
HSV300°79°67°
CMYK 0.000.790.01   0.33
XYZ24.681212.822039.2043
Yxy12.82200.32180.1672
Hunter Lab35.807860.3707-39.8484
CIE-Lab42.493866.8631-41.4321

#ab24aa color RGB value is (171,36,170).

#ab24aa hex color red value is 171, green value is 36 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab24aa hue: 0.83 , saturation: 0.65 and the lightness value of ab24aa is 0.41.

The process color (four color CMYK) of #ab24aa color hex is 0.00, 0.79, 0.01, 0.33. Web safe color of #ab24aa is #993399. Color #ab24aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100100 10101010
Octal 253 44 252
Decimal 171 36 170
Hex AB 24 AA

RGB Percentages of Color #ab24aa

%45.36
%9.55
%45.09

CMYK Percentages of Color #ab24aa

%0
%79
%1
%33

Triadic Colors of #ab24aa

#ab24aa #aaab24 #24aaab

Analogous Colors of #ab24aa

#ab24aa #ab2467 #6924ab

Monochromatic Colors of #ab24aa

#ab24aa

Complementary Color

#ab24aa #24ab25

#ab24aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab24aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab24aa Color CSS Codes

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

#ab24aa Text Font Color

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

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


#ab24aa Background Color

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

This div background color is #ab24aa


#ab24aa Border Color

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

This div border color is #ab24aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab24aa


Comments

No comments written yet.

Please login to write comment.