Color Hex Logo

#ad0bdb Color Hex

#AD0BDB
(173,11,219)
0 Favorites   0 Comments

Color spaces of #ad0bdb

RGB 17311219
HSL0.800.900.45
HSV287°95°86°
CMYK 0.210.950.00   0.14
XYZ30.139414.238168.1775
Yxy14.23810.26780.1265
Hunter Lab37.733476.5427-80.7130
CIE-Lab44.572579.8707-66.6674

#ad0bdb color RGB value is (173,11,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001011 11011011
Octal 255 13 333
Decimal 173 11 219
Hex AD B DB

RGB Percentages of Color #ad0bdb

%42.93
%2.73
%54.34

CMYK Percentages of Color #ad0bdb

%21
%95
%0
%14

Triadic Colors of #ad0bdb

#ad0bdb #dbad0b #0bdbad

Analogous Colors of #ad0bdb

#ad0bdb #db0ba1 #450bdb

Monochromatic Colors of #ad0bdb

#ad0bdb

Complementary Color

#ad0bdb #39db0b

#ad0bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0bdb Color CSS Codes

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

#ad0bdb Text Font Color

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

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


#ad0bdb Background Color

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

This div background color is #ad0bdb


#ad0bdb Border Color

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

This div border color is #ad0bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0bdb


Comments

No comments written yet.

Please login to write comment.