Color Hex Logo

#ab419a Color Hex

#AB419A
(171,65,154)
0 Favorites   0 Comments

Color spaces of #ab419a

RGB 17165154
HSL0.860.450.46
HSV310°62°67°
CMYK 0.000.620.10   0.33
XYZ24.517614.771632.1308
Yxy14.77160.34330.2068
Hunter Lab38.433846.6090-22.6629
CIE-Lab45.319853.9759-27.4291

#ab419a color RGB value is (171,65,154).

#ab419a hex color red value is 171, green value is 65 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ab419a hue: 0.86 , saturation: 0.45 and the lightness value of ab419a is 0.46.

The process color (four color CMYK) of #ab419a color hex is 0.00, 0.62, 0.10, 0.33. Web safe color of #ab419a is #993399. Color #ab419a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 10011010
Octal 253 101 232
Decimal 171 65 154
Hex AB 41 9A

RGB Percentages of Color #ab419a

%43.85
%16.67
%39.49

CMYK Percentages of Color #ab419a

%0
%62
%10
%33

Triadic Colors of #ab419a

#ab419a #9aab41 #419aab

Analogous Colors of #ab419a

#ab419a #ab4165 #8741ab

Monochromatic Colors of #ab419a

#ab419a

Complementary Color

#ab419a #41ab52

#ab419a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab419a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab419a Color CSS Codes

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

#ab419a Text Font Color

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

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


#ab419a Background Color

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

This div background color is #ab419a


#ab419a Border Color

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

This div border color is #ab419a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab419a


Comments

No comments written yet.

Please login to write comment.