Color Hex Logo

#ad5fda Color Hex

#AD5FDA
(173,95,218)
0 Favorites   0 Comments

Color spaces of #ad5fda

RGB 17395218
HSL0.770.620.61
HSV278°56°85°
CMYK 0.210.560.00   0.15
XYZ33.980722.130668.8103
Yxy22.13060.27200.1772
Hunter Lab47.043246.6104-53.7936
CIE-Lab54.165352.4323-50.6558

#ad5fda color RGB value is (173,95,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011111 11011010
Octal 255 137 332
Decimal 173 95 218
Hex AD 5F DA

RGB Percentages of Color #ad5fda

%35.60
%19.55
%44.86

CMYK Percentages of Color #ad5fda

%21
%56
%0
%15

Triadic Colors of #ad5fda

#ad5fda #daad5f #5fdaad

Analogous Colors of #ad5fda

#ad5fda #da5fca #705fda

Monochromatic Colors of #ad5fda

#ad5fda

Complementary Color

#ad5fda #8cda5f

#ad5fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5fda Color CSS Codes

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

#ad5fda Text Font Color

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

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


#ad5fda Background Color

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

This div background color is #ad5fda


#ad5fda Border Color

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

This div border color is #ad5fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5fda


Comments

No comments written yet.

Please login to write comment.