Color Hex Logo

#ac4399 Color Hex

#AC4399
(172,67,153)
0 Favorites   0 Comments

Color spaces of #ac4399

RGB 17267153
HSL0.860.440.47
HSV311°61°67°
CMYK 0.000.610.11   0.33
XYZ24.770215.084931.7431
Yxy15.08490.34600.2107
Hunter Lab38.839345.8717-21.2698
CIE-Lab45.750353.2097-26.1492

#ac4399 color RGB value is (172,67,153).

#ac4399 hex color red value is 172, green value is 67 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ac4399 hue: 0.86 , saturation: 0.44 and the lightness value of ac4399 is 0.47.

The process color (four color CMYK) of #ac4399 color hex is 0.00, 0.61, 0.11, 0.33. Web safe color of #ac4399 is #993399. Color #ac4399 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000011 10011001
Octal 254 103 231
Decimal 172 67 153
Hex AC 43 99

RGB Percentages of Color #ac4399

%43.88
%17.09
%39.03

CMYK Percentages of Color #ac4399

%0
%61
%11
%33

Triadic Colors of #ac4399

#ac4399 #99ac43 #4399ac

Analogous Colors of #ac4399

#ac4399 #ac4365 #8b43ac

Monochromatic Colors of #ac4399

#ac4399

Complementary Color

#ac4399 #43ac56

#ac4399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4399 Color CSS Codes

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

#ac4399 Text Font Color

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

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


#ac4399 Background Color

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

This div background color is #ac4399


#ac4399 Border Color

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

This div border color is #ac4399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4399


Comments

No comments written yet.

Please login to write comment.