Color Hex Logo

#ad50fd Color Hex

#AD50FD
(173,80,253)
0 Favorites   0 Comments

Color spaces of #ad50fd

RGB 17380253
HSL0.760.980.65
HSV272°68°99°
CMYK 0.320.680.00   0.01
XYZ37.831921.713495.1257
Yxy21.71340.24460.1404
Hunter Lab46.597663.3755-88.4179
CIE-Lab53.721667.2744-70.9851

#ad50fd color RGB value is (173,80,253).

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

The process color (four color CMYK) of #ad50fd color hex is 0.32, 0.68, 0.00, 0.01. Web safe color of #ad50fd is #9966ff. Color #ad50fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010000 11111101
Octal 255 120 375
Decimal 173 80 253
Hex AD 50 FD

RGB Percentages of Color #ad50fd

%34.19
%15.81
%50.00

CMYK Percentages of Color #ad50fd

%32
%68
%0
%1

Triadic Colors of #ad50fd

#ad50fd #fdad50 #50fdad

Analogous Colors of #ad50fd

#ad50fd #fd50f7 #5750fd

Monochromatic Colors of #ad50fd

#ad50fd

Complementary Color

#ad50fd #a0fd50

#ad50fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad50fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad50fd Color CSS Codes

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

#ad50fd Text Font Color

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

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


#ad50fd Background Color

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

This div background color is #ad50fd


#ad50fd Border Color

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

This div border color is #ad50fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad50fd


Comments

No comments written yet.

Please login to write comment.