Color Hex Logo

#ac538d Color Hex

#AC538D
(172,83,141)
0 Favorites   0 Comments

Color spaces of #ac538d

RGB 17283141
HSL0.890.350.50
HSV321°52°67°
CMYK 0.000.520.18   0.33
XYZ24.914216.880327.1444
Yxy16.88030.36140.2449
Hunter Lab41.085636.3419-10.4117
CIE-Lab48.108943.6610-15.3417

#ac538d color RGB value is (172,83,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 10001101
Octal 254 123 215
Decimal 172 83 141
Hex AC 53 8D

RGB Percentages of Color #ac538d

%43.43
%20.96
%35.61

CMYK Percentages of Color #ac538d

%0
%52
%18
%33

Triadic Colors of #ac538d

#ac538d #8dac53 #538dac

Analogous Colors of #ac538d

#ac538d #ac5361 #9f53ac

Monochromatic Colors of #ac538d

#ac538d

Complementary Color

#ac538d #53ac72

#ac538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac538d Color CSS Codes

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

#ac538d Text Font Color

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

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


#ac538d Background Color

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

This div background color is #ac538d


#ac538d Border Color

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

This div border color is #ac538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac538d


Comments

No comments written yet.

Please login to write comment.