Color Hex Logo

#ac406b Color Hex

#AC406B
(172,64,107)
0 Favorites   0 Comments

Color spaces of #ac406b

RGB 17264107
HSL0.930.460.46
HSV336°63°67°
CMYK 0.000.630.38   0.33
XYZ21.500513.499015.3823
Yxy13.49900.42680.2679
Hunter Lab36.741040.15990.8958
CIE-Lab43.505748.1638-1.5678

#ac406b color RGB value is (172,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 01101011
Octal 254 100 153
Decimal 172 64 107
Hex AC 40 6B

RGB Percentages of Color #ac406b

%50.15
%18.66
%31.20

CMYK Percentages of Color #ac406b

%0
%63
%38
%33

Triadic Colors of #ac406b

#ac406b #6bac40 #406bac

Analogous Colors of #ac406b

#ac406b #ac4b40 #ac40a1

Monochromatic Colors of #ac406b

#ac406b

Complementary Color

#ac406b #40ac81

#ac406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac406b Color CSS Codes

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

#ac406b Text Font Color

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

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


#ac406b Background Color

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

This div background color is #ac406b


#ac406b Border Color

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

This div border color is #ac406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac406b


Comments

No comments written yet.

Please login to write comment.