Color Hex Logo

#ac538a Color Hex

#AC538A
(172,83,138)
0 Favorites   0 Comments

Color spaces of #ac538a

RGB 17283138
HSL0.900.350.50
HSV323°52°67°
CMYK 0.000.520.20   0.33
XYZ24.694016.792125.9844
Yxy16.79210.36600.2489
Hunter Lab40.978235.8547-8.9113
CIE-Lab47.997043.1976-13.7153

#ac538a color RGB value is (172,83,138).

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

The process color (four color CMYK) of #ac538a color hex is 0.00, 0.52, 0.20, 0.33. Web safe color of #ac538a is #996699. Color #ac538a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 10001010
Octal 254 123 212
Decimal 172 83 138
Hex AC 53 8A

RGB Percentages of Color #ac538a

%43.77
%21.12
%35.11

CMYK Percentages of Color #ac538a

%0
%52
%20
%33

Triadic Colors of #ac538a

#ac538a #8aac53 #538aac

Analogous Colors of #ac538a

#ac538a #ac535d #a253ac

Monochromatic Colors of #ac538a

#ac538a

Complementary Color

#ac538a #53ac75

#ac538a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac538a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac538a Color CSS Codes

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

#ac538a Text Font Color

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

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


#ac538a Background Color

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

This div background color is #ac538a


#ac538a Border Color

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

This div border color is #ac538a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac538a


Comments

No comments written yet.

Please login to write comment.