Color Hex Logo

#ab42ac Color Hex

#AB42AC
(171,66,172)
0 Favorites   0 Comments

Color spaces of #ab42ac

RGB 17166172
HSL0.830.450.47
HSV299°62°67°
CMYK 0.010.620.00   0.33
XYZ26.189215.532940.6476
Yxy15.53290.31790.1886
Hunter Lab39.411849.6429-33.5608
CIE-Lab46.355656.5862-36.4989

#ab42ac color RGB value is (171,66,172).

#ab42ac hex color red value is 171, green value is 66 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ab42ac hue: 0.83 , saturation: 0.45 and the lightness value of ab42ac is 0.47.

The process color (four color CMYK) of #ab42ac color hex is 0.01, 0.62, 0.00, 0.33. Web safe color of #ab42ac is #993399. Color #ab42ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 10101100
Octal 253 102 254
Decimal 171 66 172
Hex AB 42 AC

RGB Percentages of Color #ab42ac

%41.81
%16.14
%42.05

CMYK Percentages of Color #ab42ac

%1
%62
%0
%33

Triadic Colors of #ab42ac

#ab42ac #acab42 #42acab

Analogous Colors of #ab42ac

#ab42ac #ac4278 #7642ac

Monochromatic Colors of #ab42ac

#ab42ac

Complementary Color

#ab42ac #43ac42

#ab42ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab42ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab42ac Color CSS Codes

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

#ab42ac Text Font Color

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

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


#ab42ac Background Color

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

This div background color is #ab42ac


#ab42ac Border Color

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

This div border color is #ab42ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab42ac


Comments

No comments written yet.

Please login to write comment.