Color Hex Logo

#ab54ac Color Hex

#AB54AC
(171,84,172)
0 Favorites   0 Comments

Color spaces of #ab54ac

RGB 17184172
HSL0.830.350.50
HSV299°51°67°
CMYK 0.010.510.00   0.33
XYZ27.411317.977141.0549
Yxy17.97710.31710.2080
Hunter Lab42.399441.2016-27.7303
CIE-Lab49.468348.1535-31.6115

#ab54ac color RGB value is (171,84,172).

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

The process color (four color CMYK) of #ab54ac color hex is 0.01, 0.51, 0.00, 0.33. Web safe color of #ab54ac is #996699. Color #ab54ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010100 10101100
Octal 253 124 254
Decimal 171 84 172
Hex AB 54 AC

RGB Percentages of Color #ab54ac

%40.05
%19.67
%40.28

CMYK Percentages of Color #ab54ac

%1
%51
%0
%33

Triadic Colors of #ab54ac

#ab54ac #acab54 #54acab

Analogous Colors of #ab54ac

#ab54ac #ac5481 #7f54ac

Monochromatic Colors of #ab54ac

#ab54ac

Complementary Color

#ab54ac #55ac54

#ab54ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab54ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab54ac Color CSS Codes

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

#ab54ac Text Font Color

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

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


#ab54ac Background Color

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

This div background color is #ab54ac


#ab54ac Border Color

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

This div border color is #ab54ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab54ac


Comments

No comments written yet.

Please login to write comment.