Color Hex Logo

#ac468d Color Hex

#AC468D
(172,70,141)
0 Favorites   0 Comments

Color spaces of #ac468d

RGB 17270141
HSL0.880.420.47
HSV318°59°67°
CMYK 0.000.590.18   0.33
XYZ24.011115.074126.8434
Yxy15.07410.36420.2286
Hunter Lab38.825442.4468-13.8146
CIE-Lab45.735549.9768-18.9666

#ac468d color RGB value is (172,70,141).

#ac468d hex color red value is 172, green value is 70 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ac468d hue: 0.88 , saturation: 0.42 and the lightness value of ac468d is 0.47.

The process color (four color CMYK) of #ac468d color hex is 0.00, 0.59, 0.18, 0.33. Web safe color of #ac468d is #993399. Color #ac468d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 10001101
Octal 254 106 215
Decimal 172 70 141
Hex AC 46 8D

RGB Percentages of Color #ac468d

%44.91
%18.28
%36.81

CMYK Percentages of Color #ac468d

%0
%59
%18
%33

Triadic Colors of #ac468d

#ac468d #8dac46 #468dac

Analogous Colors of #ac468d

#ac468d #ac465a #9846ac

Monochromatic Colors of #ac468d

#ac468d

Complementary Color

#ac468d #46ac65

#ac468d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac468d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac468d Color CSS Codes

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

#ac468d Text Font Color

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

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


#ac468d Background Color

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

This div background color is #ac468d


#ac468d Border Color

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

This div border color is #ac468d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac468d


Comments

No comments written yet.

Please login to write comment.