Color Hex Logo

#ac3366 Color Hex

#AC3366
(172,51,102)
0 Favorites   0 Comments

Color spaces of #ac3366

RGB 17251102
HSL0.930.540.44
HSV335°70°67°
CMYK 0.000.700.41   0.33
XYZ20.595412.097613.8200
Yxy12.09760.44280.2601
Hunter Lab34.781644.82830.7890
CIE-Lab41.370853.0295-1.5956

#ac3366 color RGB value is (172,51,102).

#ac3366 hex color red value is 172, green value is 51 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ac3366 hue: 0.93 , saturation: 0.54 and the lightness value of ac3366 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 01100110
Octal 254 63 146
Decimal 172 51 102
Hex AC 33 66

RGB Percentages of Color #ac3366

%52.92
%15.69
%31.38

CMYK Percentages of Color #ac3366

%0
%70
%41
%33

Triadic Colors of #ac3366

#ac3366 #66ac33 #3366ac

Analogous Colors of #ac3366

#ac3366 #ac3d33 #ac33a3

Monochromatic Colors of #ac3366

#ac3366

Complementary Color

#ac3366 #33ac79

#ac3366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3366 Color CSS Codes

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

#ac3366 Text Font Color

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

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


#ac3366 Background Color

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

This div background color is #ac3366


#ac3366 Border Color

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

This div border color is #ac3366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3366


Comments

No comments written yet.

Please login to write comment.