Color Hex Logo

#ad93da Color Hex

#AD93DA
(173,147,218)
0 Favorites   0 Comments

Color spaces of #ad93da

RGB 173147218
HSL0.730.490.72
HSV262°33°85°
CMYK 0.210.330.00   0.15
XYZ40.322234.813670.9242
Yxy34.81360.27610.2384
Hunter Lab59.003118.7301-29.9670
CIE-Lab65.603323.9595-32.6750

#ad93da color RGB value is (173,147,218).

#ad93da hex color red value is 173, green value is 147 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad93da hue: 0.73 , saturation: 0.49 and the lightness value of ad93da is 0.72.

The process color (four color CMYK) of #ad93da color hex is 0.21, 0.33, 0.00, 0.15. Web safe color of #ad93da is #9999cc. Color #ad93da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 11011010
Octal 255 223 332
Decimal 173 147 218
Hex AD 93 DA

RGB Percentages of Color #ad93da

%32.16
%27.32
%40.52

CMYK Percentages of Color #ad93da

%21
%33
%0
%15

Triadic Colors of #ad93da

#ad93da #daad93 #93daad

Analogous Colors of #ad93da

#ad93da #d193da #939dda

Monochromatic Colors of #ad93da

#ad93da

Complementary Color

#ad93da #c0da93

#ad93da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad93da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad93da Color CSS Codes

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

#ad93da Text Font Color

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

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


#ad93da Background Color

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

This div background color is #ad93da


#ad93da Border Color

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

This div border color is #ad93da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,147,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad93da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad93da


Comments

No comments written yet.

Please login to write comment.