Color Hex Logo

#ac4066 Color Hex

#AC4066
(172,64,102)
0 Favorites   0 Comments

Color spaces of #ac4066

RGB 17264102
HSL0.940.460.46
HSV339°63°67°
CMYK 0.000.630.41   0.33
XYZ21.244913.396814.0365
Yxy13.39680.43640.2752
Hunter Lab36.601639.55492.8838
CIE-Lab43.355147.60071.3035

#ac4066 color RGB value is (172,64,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 01100110
Octal 254 100 146
Decimal 172 64 102
Hex AC 40 66

RGB Percentages of Color #ac4066

%50.89
%18.93
%30.18

CMYK Percentages of Color #ac4066

%0
%63
%41
%33

Triadic Colors of #ac4066

#ac4066 #66ac40 #4066ac

Analogous Colors of #ac4066

#ac4066 #ac5040 #ac409c

Monochromatic Colors of #ac4066

#ac4066

Complementary Color

#ac4066 #40ac86

#ac4066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4066 Color CSS Codes

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

#ac4066 Text Font Color

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

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


#ac4066 Background Color

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

This div background color is #ac4066


#ac4066 Border Color

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

This div border color is #ac4066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4066


Comments

No comments written yet.

Please login to write comment.