Color Hex Logo

#ad5ada Color Hex

#AD5ADA
(173,90,218)
0 Favorites   0 Comments

Color spaces of #ad5ada

RGB 17390218
HSL0.770.630.60
HSV279°59°85°
CMYK 0.210.590.00   0.15
XYZ33.544621.258568.6650
Yxy21.25850.27170.1722
Hunter Lab46.106949.1786-56.0231
CIE-Lab53.231354.9337-52.1454

#ad5ada color RGB value is (173,90,218).

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

The process color (four color CMYK) of #ad5ada color hex is 0.21, 0.59, 0.00, 0.15. Web safe color of #ad5ada is #9966cc. Color #ad5ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011010 11011010
Octal 255 132 332
Decimal 173 90 218
Hex AD 5A DA

RGB Percentages of Color #ad5ada

%35.97
%18.71
%45.32

CMYK Percentages of Color #ad5ada

%21
%59
%0
%15

Triadic Colors of #ad5ada

#ad5ada #daad5a #5adaad

Analogous Colors of #ad5ada

#ad5ada #da5ac7 #6d5ada

Monochromatic Colors of #ad5ada

#ad5ada

Complementary Color

#ad5ada #87da5a

#ad5ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5ada Color CSS Codes

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

#ad5ada Text Font Color

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

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


#ad5ada Background Color

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

This div background color is #ad5ada


#ad5ada Border Color

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

This div border color is #ad5ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5ada


Comments

No comments written yet.

Please login to write comment.