Color Hex Logo

#ab47ac Color Hex

#AB47AC
(171,71,172)
0 Favorites   0 Comments

Color spaces of #ab47ac

RGB 17171172
HSL0.830.420.48
HSV299°59°67°
CMYK 0.010.590.00   0.33
XYZ26.494216.143040.7492
Yxy16.14300.31770.1936
Hunter Lab40.178447.3934-32.0075
CIE-Lab47.161554.3705-35.2292

#ab47ac color RGB value is (171,71,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 10101100
Octal 253 107 254
Decimal 171 71 172
Hex AB 47 AC

RGB Percentages of Color #ab47ac

%41.30
%17.15
%41.55

CMYK Percentages of Color #ab47ac

%1
%59
%0
%33

Triadic Colors of #ab47ac

#ab47ac #acab47 #47acab

Analogous Colors of #ab47ac

#ab47ac #ac477b #7947ac

Monochromatic Colors of #ab47ac

#ab47ac

Complementary Color

#ab47ac #48ac47

#ab47ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab47ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab47ac Color CSS Codes

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

#ab47ac Text Font Color

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

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


#ab47ac Background Color

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

This div background color is #ab47ac


#ab47ac Border Color

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

This div border color is #ab47ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,71,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 #ab47ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab47ac


Comments

No comments written yet.

Please login to write comment.