Color Hex Logo

#ac9cdb Color Hex

#AC9CDB
(172,156,219)
0 Favorites   0 Comments

Color spaces of #ac9cdb

RGB 172156219
HSL0.710.470.74
HSV255°29°86°
CMYK 0.210.290.00   0.14
XYZ41.687937.662172.0901
Yxy37.66210.27530.2487
Hunter Lab61.369513.8574-26.6888
CIE-Lab67.770818.8112-29.8827

#ac9cdb color RGB value is (172,156,219).

#ac9cdb hex color red value is 172, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac9cdb hue: 0.71 , saturation: 0.47 and the lightness value of ac9cdb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011100 11011011
Octal 254 234 333
Decimal 172 156 219
Hex AC 9C DB

RGB Percentages of Color #ac9cdb

%31.44
%28.52
%40.04

CMYK Percentages of Color #ac9cdb

%21
%29
%0
%14

Triadic Colors of #ac9cdb

#ac9cdb #dbac9c #9cdbac

Analogous Colors of #ac9cdb

#ac9cdb #cc9cdb #9cacdb

Monochromatic Colors of #ac9cdb

#ac9cdb

Complementary Color

#ac9cdb #cbdb9c

#ac9cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9cdb Color CSS Codes

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

#ac9cdb Text Font Color

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

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


#ac9cdb Background Color

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

This div background color is #ac9cdb


#ac9cdb Border Color

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

This div border color is #ac9cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9cdb

#ac9cdb Color Palettes


Comments

No comments written yet.

Please login to write comment.