Color Hex Logo

#ad55db Color Hex

#AD55DB
(173,85,219)
0 Favorites   0 Comments

Color spaces of #ad55db

RGB 17385219
HSL0.780.650.60
HSV279°61°86°
CMYK 0.210.610.00   0.14
XYZ33.268320.495769.2205
Yxy20.49570.27050.1667
Hunter Lab45.272251.9446-58.9630
CIE-Lab52.393157.5737-54.0517

#ad55db color RGB value is (173,85,219).

#ad55db hex color red value is 173, green value is 85 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad55db hue: 0.78 , saturation: 0.65 and the lightness value of ad55db is 0.60.

The process color (four color CMYK) of #ad55db color hex is 0.21, 0.61, 0.00, 0.14. Web safe color of #ad55db is #9966cc. Color #ad55db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010101 11011011
Octal 255 125 333
Decimal 173 85 219
Hex AD 55 DB

RGB Percentages of Color #ad55db

%36.27
%17.82
%45.91

CMYK Percentages of Color #ad55db

%21
%61
%0
%14

Triadic Colors of #ad55db

#ad55db #dbad55 #55dbad

Analogous Colors of #ad55db

#ad55db #db55c6 #6a55db

Monochromatic Colors of #ad55db

#ad55db

Complementary Color

#ad55db #83db55

#ad55db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad55db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad55db Color CSS Codes

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

#ad55db Text Font Color

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

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


#ad55db Background Color

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

This div background color is #ad55db


#ad55db Border Color

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

This div border color is #ad55db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad55db


Comments

No comments written yet.

Please login to write comment.