Color Hex Logo

#ac8ddb Color Hex

#AC8DDB
(172,141,219)
0 Favorites   0 Comments

Color spaces of #ac8ddb

RGB 172141219
HSL0.730.520.71
HSV264°36°86°
CMYK 0.210.360.00   0.14
XYZ39.324332.934971.3023
Yxy32.93490.27390.2294
Hunter Lab57.388921.8819-33.4920
CIE-Lab64.108227.2788-35.5603

#ac8ddb color RGB value is (172,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001101 11011011
Octal 254 215 333
Decimal 172 141 219
Hex AC 8D DB

RGB Percentages of Color #ac8ddb

%32.33
%26.50
%41.17

CMYK Percentages of Color #ac8ddb

%21
%36
%0
%14

Triadic Colors of #ac8ddb

#ac8ddb #dbac8d #8ddbac

Analogous Colors of #ac8ddb

#ac8ddb #d38ddb #8d95db

Monochromatic Colors of #ac8ddb

#ac8ddb

Complementary Color

#ac8ddb #bcdb8d

#ac8ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8ddb Color CSS Codes

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

#ac8ddb Text Font Color

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

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


#ac8ddb Background Color

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

This div background color is #ac8ddb


#ac8ddb Border Color

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

This div border color is #ac8ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8ddb


Comments

No comments written yet.

Please login to write comment.