Color Hex Logo

#ac477d Color Hex

#AC477D
(172,71,125)
0 Favorites   0 Comments

Color spaces of #ac477d

RGB 17271125
HSL0.910.420.48
HSV328°59°67°
CMYK 0.000.590.27   0.33
XYZ22.968214.757821.0400
Yxy14.75780.39080.2511
Hunter Lab38.415939.4943-5.5814
CIE-Lab45.300747.2071-9.9360

#ac477d color RGB value is (172,71,125).

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

The process color (four color CMYK) of #ac477d color hex is 0.00, 0.59, 0.27, 0.33. Web safe color of #ac477d is #993366. Color #ac477d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000111 01111101
Octal 254 107 175
Decimal 172 71 125
Hex AC 47 7D

RGB Percentages of Color #ac477d

%46.74
%19.29
%33.97

CMYK Percentages of Color #ac477d

%0
%59
%27
%33

Triadic Colors of #ac477d

#ac477d #7dac47 #477dac

Analogous Colors of #ac477d

#ac477d #ac474a #a947ac

Monochromatic Colors of #ac477d

#ac477d

Complementary Color

#ac477d #47ac76

#ac477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac477d Color CSS Codes

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

#ac477d Text Font Color

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

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


#ac477d Background Color

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

This div background color is #ac477d


#ac477d Border Color

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

This div border color is #ac477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac477d


Comments

No comments written yet.

Please login to write comment.