Color Hex Logo

#ac5aba Color Hex

#AC5ABA
(172,90,186)
0 Favorites   0 Comments

Color spaces of #ac5aba

RGB 17290186
HSL0.810.410.54
HSV291°52°73°
CMYK 0.080.520.00   0.27
XYZ29.532319.628248.6865
Yxy19.62820.30180.2006
Hunter Lab44.303741.4543-34.1427
CIE-Lab51.414248.0756-36.7057

#ac5aba color RGB value is (172,90,186).

#ac5aba hex color red value is 172, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ac5aba hue: 0.81 , saturation: 0.41 and the lightness value of ac5aba is 0.54.

The process color (four color CMYK) of #ac5aba color hex is 0.08, 0.52, 0.00, 0.27. Web safe color of #ac5aba is #9966cc. Color #ac5aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011010 10111010
Octal 254 132 272
Decimal 172 90 186
Hex AC 5A BA

RGB Percentages of Color #ac5aba

%38.39
%20.09
%41.52

CMYK Percentages of Color #ac5aba

%8
%52
%0
%27

Triadic Colors of #ac5aba

#ac5aba #baac5a #5abaac

Analogous Colors of #ac5aba

#ac5aba #ba5a98 #7c5aba

Monochromatic Colors of #ac5aba

#ac5aba

Complementary Color

#ac5aba #68ba5a

#ac5aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5aba Color CSS Codes

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

#ac5aba Text Font Color

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

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


#ac5aba Background Color

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

This div background color is #ac5aba


#ac5aba Border Color

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

This div border color is #ac5aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5aba


Comments

No comments written yet.

Please login to write comment.