Color Hex Logo

#ac9adb Color Hex

#AC9ADB
(172,154,219)
0 Favorites   0 Comments

Color spaces of #ac9adb

RGB 172154219
HSL0.710.470.73
HSV257°30°86°
CMYK 0.210.300.00   0.14
XYZ41.355036.996371.9792
Yxy36.99630.27510.2461
Hunter Lab60.824614.9202-27.5860
CIE-Lab67.274319.9377-30.6494

#ac9adb color RGB value is (172,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011010 11011011
Octal 254 232 333
Decimal 172 154 219
Hex AC 9A DB

RGB Percentages of Color #ac9adb

%31.56
%28.26
%40.18

CMYK Percentages of Color #ac9adb

%21
%30
%0
%14

Triadic Colors of #ac9adb

#ac9adb #dbac9a #9adbac

Analogous Colors of #ac9adb

#ac9adb #cd9adb #9aa9db

Monochromatic Colors of #ac9adb

#ac9adb

Complementary Color

#ac9adb #c9db9a

#ac9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9adb Color CSS Codes

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

#ac9adb Text Font Color

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

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


#ac9adb Background Color

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

This div background color is #ac9adb


#ac9adb Border Color

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

This div border color is #ac9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9adb


Comments

No comments written yet.

Please login to write comment.