Color Hex Logo

#ac467d Color Hex

#AC467D
(172,70,125)
0 Favorites   0 Comments

Color spaces of #ac467d

RGB 17270125
HSL0.910.420.47
HSV328°59°67°
CMYK 0.000.590.27   0.33
XYZ22.905114.631621.0190
Yxy14.63160.39120.2499
Hunter Lab38.251339.9472-5.8038
CIE-Lab45.125447.6770-10.1997

#ac467d color RGB value is (172,70,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 01111101
Octal 254 106 175
Decimal 172 70 125
Hex AC 46 7D

RGB Percentages of Color #ac467d

%46.87
%19.07
%34.06

CMYK Percentages of Color #ac467d

%0
%59
%27
%33

Triadic Colors of #ac467d

#ac467d #7dac46 #467dac

Analogous Colors of #ac467d

#ac467d #ac464a #a846ac

Monochromatic Colors of #ac467d

#ac467d

Complementary Color

#ac467d #46ac75

#ac467d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac467d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac467d Color CSS Codes

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

#ac467d Text Font Color

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

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


#ac467d Background Color

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

This div background color is #ac467d


#ac467d Border Color

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

This div border color is #ac467d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac467d


Comments

No comments written yet.

Please login to write comment.