Color Hex Logo

#ad64db Color Hex

#AD64DB
(173,100,219)
0 Favorites   0 Comments

Color spaces of #ad64db

RGB 173100219
HSL0.770.620.63
HSV277°54°86°
CMYK 0.210.540.00   0.14
XYZ34.576923.113169.6567
Yxy23.11310.27150.1815
Hunter Lab48.076144.2462-52.2511
CIE-Lab55.188650.0847-49.5923

#ad64db color RGB value is (173,100,219).

#ad64db hex color red value is 173, green value is 100 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad64db hue: 0.77 , saturation: 0.62 and the lightness value of ad64db is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100100 11011011
Octal 255 144 333
Decimal 173 100 219
Hex AD 64 DB

RGB Percentages of Color #ad64db

%35.16
%20.33
%44.51

CMYK Percentages of Color #ad64db

%21
%54
%0
%14

Triadic Colors of #ad64db

#ad64db #dbad64 #64dbad

Analogous Colors of #ad64db

#ad64db #db64ce #7264db

Monochromatic Colors of #ad64db

#ad64db

Complementary Color

#ad64db #92db64

#ad64db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad64db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad64db Color CSS Codes

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

#ad64db Text Font Color

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

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


#ad64db Background Color

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

This div background color is #ad64db


#ad64db Border Color

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

This div border color is #ad64db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad64db


Comments

No comments written yet.

Please login to write comment.