Color Hex Logo

#ac6399 Color Hex

#AC6399
(172,99,153)
0 Favorites   0 Comments

Color spaces of #ac6399

RGB 17299153
HSL0.880.310.53
HSV316°42°67°
CMYK 0.000.420.11   0.33
XYZ27.224919.994232.5614
Yxy19.99420.34120.2506
Hunter Lab44.714930.4297-11.8746
CIE-Lab51.830737.2205-16.7956

#ac6399 color RGB value is (172,99,153).

#ac6399 hex color red value is 172, green value is 99 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ac6399 hue: 0.88 , saturation: 0.31 and the lightness value of ac6399 is 0.53.

The process color (four color CMYK) of #ac6399 color hex is 0.00, 0.42, 0.11, 0.33. Web safe color of #ac6399 is #996699. Color #ac6399 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100011 10011001
Octal 254 143 231
Decimal 172 99 153
Hex AC 63 99

RGB Percentages of Color #ac6399

%40.57
%23.35
%36.08

CMYK Percentages of Color #ac6399

%0
%42
%11
%33

Triadic Colors of #ac6399

#ac6399 #99ac63 #6399ac

Analogous Colors of #ac6399

#ac6399 #ac6375 #9b63ac

Monochromatic Colors of #ac6399

#ac6399

Complementary Color

#ac6399 #63ac76

#ac6399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6399 Color CSS Codes

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

#ac6399 Text Font Color

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

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


#ac6399 Background Color

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

This div background color is #ac6399


#ac6399 Border Color

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

This div border color is #ac6399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6399


Comments

No comments written yet.

Please login to write comment.