Color Hex Logo

#ab419f Color Hex

#AB419F
(171,65,159)
0 Favorites   0 Comments

Color spaces of #ab419f

RGB 17165159
HSL0.850.450.46
HSV307°62°67°
CMYK 0.000.620.07   0.33
XYZ24.942914.941734.3703
Yxy14.94170.33590.2012
Hunter Lab38.654547.5368-25.6606
CIE-Lab45.554254.7951-30.0492

#ab419f color RGB value is (171,65,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 10011111
Octal 253 101 237
Decimal 171 65 159
Hex AB 41 9F

RGB Percentages of Color #ab419f

%43.29
%16.46
%40.25

CMYK Percentages of Color #ab419f

%0
%62
%7
%33

Triadic Colors of #ab419f

#ab419f #9fab41 #419fab

Analogous Colors of #ab419f

#ab419f #ab416a #8241ab

Monochromatic Colors of #ab419f

#ab419f

Complementary Color

#ab419f #41ab4d

#ab419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab419f Color CSS Codes

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

#ab419f Text Font Color

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

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


#ab419f Background Color

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

This div background color is #ab419f


#ab419f Border Color

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

This div border color is #ab419f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab419f


Comments

No comments written yet.

Please login to write comment.