Color Hex Logo

#ac96db Color Hex

#AC96DB
(172,150,219)
0 Favorites   0 Comments

Color spaces of #ac96db

RGB 172150219
HSL0.720.490.72
HSV259°32°86°
CMYK 0.210.320.00   0.14
XYZ40.705835.697871.7628
Yxy35.69780.27470.2409
Hunter Lab59.747617.0529-29.3898
CIE-Lab66.288422.1941-32.1745

#ac96db color RGB value is (172,150,219).

#ac96db hex color red value is 172, green value is 150 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac96db hue: 0.72 , saturation: 0.49 and the lightness value of ac96db is 0.72.

The process color (four color CMYK) of #ac96db color hex is 0.21, 0.32, 0.00, 0.14. Web safe color of #ac96db is #9999cc. Color #ac96db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 11011011
Octal 254 226 333
Decimal 172 150 219
Hex AC 96 DB

RGB Percentages of Color #ac96db

%31.79
%27.73
%40.48

CMYK Percentages of Color #ac96db

%21
%32
%0
%14

Triadic Colors of #ac96db

#ac96db #dbac96 #96dbac

Analogous Colors of #ac96db

#ac96db #cf96db #96a3db

Monochromatic Colors of #ac96db

#ac96db

Complementary Color

#ac96db #c5db96

#ac96db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac96db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac96db Color CSS Codes

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

#ac96db Text Font Color

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

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


#ac96db Background Color

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

This div background color is #ac96db


#ac96db Border Color

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

This div border color is #ac96db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac96db


Comments

No comments written yet.

Please login to write comment.