Color Hex Logo

#ac407d Color Hex

#AC407D
(172,64,125)
0 Favorites   0 Comments

Color spaces of #ac407d

RGB 17264125
HSL0.910.460.46
HSV326°63°67°
CMYK 0.000.630.27   0.33
XYZ22.548313.918120.9001
Yxy13.91810.39310.2426
Hunter Lab37.307042.5980-7.1005
CIE-Lab44.115250.4071-11.7230

#ac407d color RGB value is (172,64,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 01111101
Octal 254 100 175
Decimal 172 64 125
Hex AC 40 7D

RGB Percentages of Color #ac407d

%47.65
%17.73
%34.63

CMYK Percentages of Color #ac407d

%0
%63
%27
%33

Triadic Colors of #ac407d

#ac407d #7dac40 #407dac

Analogous Colors of #ac407d

#ac407d #ac4047 #a540ac

Monochromatic Colors of #ac407d

#ac407d

Complementary Color

#ac407d #40ac6f

#ac407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac407d Color CSS Codes

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

#ac407d Text Font Color

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

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


#ac407d Background Color

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

This div background color is #ac407d


#ac407d Border Color

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

This div border color is #ac407d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac407d


Comments

No comments written yet.

Please login to write comment.