Color Hex Logo

#ad39fd Color Hex

#AD39FD
(173,57,253)
0 Favorites   0 Comments

Color spaces of #ad39fd

RGB 17357253
HSL0.770.980.61
HSV276°77°99°
CMYK 0.320.770.00   0.01
XYZ36.426318.902394.6571
Yxy18.90230.24290.1260
Hunter Lab43.476873.4689-98.6517
CIE-Lab50.572776.2345-76.0997

#ad39fd color RGB value is (173,57,253).

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

The process color (four color CMYK) of #ad39fd color hex is 0.32, 0.77, 0.00, 0.01. Web safe color of #ad39fd is #9933ff. Color #ad39fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 11111101
Octal 255 71 375
Decimal 173 57 253
Hex AD 39 FD

RGB Percentages of Color #ad39fd

%35.82
%11.80
%52.38

CMYK Percentages of Color #ad39fd

%32
%77
%0
%1

Triadic Colors of #ad39fd

#ad39fd #fdad39 #39fdad

Analogous Colors of #ad39fd

#ad39fd #fd39eb #4b39fd

Monochromatic Colors of #ad39fd

#ad39fd

Complementary Color

#ad39fd #89fd39

#ad39fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad39fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad39fd Color CSS Codes

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

#ad39fd Text Font Color

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

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


#ad39fd Background Color

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

This div background color is #ad39fd


#ad39fd Border Color

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

This div border color is #ad39fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad39fd

Related Colors


Comments

No comments written yet.

Please login to write comment.