Color Hex Logo

#ab19a2 Color Hex

#AB19A2
(171,25,162)
0 Favorites   0 Comments

Color spaces of #ab19a2

RGB 17125162
HSL0.840.740.38
HSV304°85°67°
CMYK 0.000.850.05   0.33
XYZ23.663811.961835.2441
Yxy11.96180.33390.1688
Hunter Lab34.585861.6054-36.2084
CIE-Lab41.155368.1876-38.7779

#ab19a2 color RGB value is (171,25,162).

#ab19a2 hex color red value is 171, green value is 25 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #ab19a2 hue: 0.84 , saturation: 0.74 and the lightness value of ab19a2 is 0.38.

The process color (four color CMYK) of #ab19a2 color hex is 0.00, 0.85, 0.05, 0.33. Web safe color of #ab19a2 is #990099. Color #ab19a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 10100010
Octal 253 31 242
Decimal 171 25 162
Hex AB 19 A2

RGB Percentages of Color #ab19a2

%47.77
%6.98
%45.25

CMYK Percentages of Color #ab19a2

%0
%85
%5
%33

Triadic Colors of #ab19a2

#ab19a2 #a2ab19 #19a2ab

Analogous Colors of #ab19a2

#ab19a2 #ab1959 #6b19ab

Monochromatic Colors of #ab19a2

#ab19a2

Complementary Color

#ab19a2 #19ab22

#ab19a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab19a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab19a2 Color CSS Codes

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

#ab19a2 Text Font Color

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

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


#ab19a2 Background Color

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

This div background color is #ab19a2


#ab19a2 Border Color

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

This div border color is #ab19a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab19a2


Comments

No comments written yet.

Please login to write comment.