Color Hex Logo

#ac0bdb Color Hex

#AC0BDB
(172,11,219)
0 Favorites   0 Comments

Color spaces of #ac0bdb

RGB 17211219
HSL0.800.900.45
HSV286°95°86°
CMYK 0.210.950.00   0.14
XYZ29.919114.124568.1672
Yxy14.12450.26660.1259
Hunter Lab37.582676.3325-81.2323
CIE-Lab44.411079.7341-66.9373

#ac0bdb color RGB value is (172,11,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001011 11011011
Octal 254 13 333
Decimal 172 11 219
Hex AC B DB

RGB Percentages of Color #ac0bdb

%42.79
%2.74
%54.48

CMYK Percentages of Color #ac0bdb

%21
%95
%0
%14

Triadic Colors of #ac0bdb

#ac0bdb #dbac0b #0bdbac

Analogous Colors of #ac0bdb

#ac0bdb #db0ba2 #440bdb

Monochromatic Colors of #ac0bdb

#ac0bdb

Complementary Color

#ac0bdb #3adb0b

#ac0bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0bdb Color CSS Codes

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

#ac0bdb Text Font Color

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

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


#ac0bdb Background Color

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

This div background color is #ac0bdb


#ac0bdb Border Color

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

This div border color is #ac0bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0bdb


Comments

No comments written yet.

Please login to write comment.