Color Hex Logo

#ac407b Color Hex

#AC407B
(172,64,123)
0 Favorites   0 Comments

Color spaces of #ac407b

RGB 17264123
HSL0.910.460.46
HSV327°63°67°
CMYK 0.000.630.28   0.33
XYZ22.421813.867520.2338
Yxy13.86750.39670.2453
Hunter Lab37.239142.3071-6.1478
CIE-Lab44.042350.1416-10.6095

#ac407b color RGB value is (172,64,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 01111011
Octal 254 100 173
Decimal 172 64 123
Hex AC 40 7B

RGB Percentages of Color #ac407b

%47.91
%17.83
%34.26

CMYK Percentages of Color #ac407b

%0
%63
%28
%33

Triadic Colors of #ac407b

#ac407b #7bac40 #407bac

Analogous Colors of #ac407b

#ac407b #ac4045 #a740ac

Monochromatic Colors of #ac407b

#ac407b

Complementary Color

#ac407b #40ac71

#ac407b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac407b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac407b Color CSS Codes

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

#ac407b Text Font Color

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

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


#ac407b Background Color

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

This div background color is #ac407b


#ac407b Border Color

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

This div border color is #ac407b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac407b


Comments

No comments written yet.

Please login to write comment.