Color Hex Logo

#ad3fde Color Hex

#AD3FDE
(173,63,222)
0 Favorites   0 Comments

Color spaces of #ad3fde

RGB 17363222
HSL0.780.710.56
HSV282°72°87°
CMYK 0.220.720.00   0.13
XYZ32.195917.713270.8293
Yxy17.71320.26670.1467
Hunter Lab42.087162.8972-70.3196
CIE-Lab49.146467.7404-60.9716

#ad3fde color RGB value is (173,63,222).

#ad3fde hex color red value is 173, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ad3fde hue: 0.78 , saturation: 0.71 and the lightness value of ad3fde is 0.56.

The process color (four color CMYK) of #ad3fde color hex is 0.22, 0.72, 0.00, 0.13. Web safe color of #ad3fde is #9933cc. Color #ad3fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111111 11011110
Octal 255 77 336
Decimal 173 63 222
Hex AD 3F DE

RGB Percentages of Color #ad3fde

%37.77
%13.76
%48.47

CMYK Percentages of Color #ad3fde

%22
%72
%0
%13

Triadic Colors of #ad3fde

#ad3fde #dead3f #3fdead

Analogous Colors of #ad3fde

#ad3fde #de3fc0 #5e3fde

Monochromatic Colors of #ad3fde

#ad3fde

Complementary Color

#ad3fde #70de3f

#ad3fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3fde Color CSS Codes

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

#ad3fde Text Font Color

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

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


#ad3fde Background Color

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

This div background color is #ad3fde


#ad3fde Border Color

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

This div border color is #ad3fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3fde


Comments

No comments written yet.

Please login to write comment.