Color Hex Logo

#ac0adb Color Hex

#AC0ADB
(172,10,219)
0 Favorites   0 Comments

Color spaces of #ac0adb

RGB 17210219
HSL0.800.910.45
HSV287°95°86°
CMYK 0.210.950.00   0.14
XYZ29.908014.102268.1635
Yxy14.10220.26660.1257
Hunter Lab37.552976.4440-81.3322
CIE-Lab44.379179.8292-66.9891

#ac0adb color RGB value is (172,10,219).

#ac0adb hex color red value is 172, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac0adb hue: 0.80 , saturation: 0.91 and the lightness value of ac0adb is 0.45.

The process color (four color CMYK) of #ac0adb color hex is 0.21, 0.95, 0.00, 0.14. Web safe color of #ac0adb is #9900cc. Color #ac0adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001010 11011011
Octal 254 12 333
Decimal 172 10 219
Hex AC A DB

RGB Percentages of Color #ac0adb

%42.89
%2.49
%54.61

CMYK Percentages of Color #ac0adb

%21
%95
%0
%14

Triadic Colors of #ac0adb

#ac0adb #dbac0a #0adbac

Analogous Colors of #ac0adb

#ac0adb #db0aa2 #440adb

Monochromatic Colors of #ac0adb

#ac0adb

Complementary Color

#ac0adb #39db0a

#ac0adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0adb Color CSS Codes

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

#ac0adb Text Font Color

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

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


#ac0adb Background Color

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

This div background color is #ac0adb


#ac0adb Border Color

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

This div border color is #ac0adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0adb


Comments

No comments written yet.

Please login to write comment.