Color Hex Logo

#ad41fd Color Hex

#AD41FD
(173,65,253)
0 Favorites   0 Comments

Color spaces of #ad41fd

RGB 17365253
HSL0.760.980.62
HSV274°74°99°
CMYK 0.320.740.00   0.01
XYZ36.853519.756794.7995
Yxy19.75670.24340.1305
Hunter Lab44.448570.2144-95.3394
CIE-Lab51.561073.3889-74.4914

#ad41fd color RGB value is (173,65,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000001 11111101
Octal 255 101 375
Decimal 173 65 253
Hex AD 41 FD

RGB Percentages of Color #ad41fd

%35.23
%13.24
%51.53

CMYK Percentages of Color #ad41fd

%32
%74
%0
%1

Triadic Colors of #ad41fd

#ad41fd #fdad41 #41fdad

Analogous Colors of #ad41fd

#ad41fd #fd41ef #4f41fd

Monochromatic Colors of #ad41fd

#ad41fd

Complementary Color

#ad41fd #91fd41

#ad41fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad41fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad41fd Color CSS Codes

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

#ad41fd Text Font Color

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

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


#ad41fd Background Color

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

This div background color is #ad41fd


#ad41fd Border Color

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

This div border color is #ad41fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad41fd


Comments

No comments written yet.

Please login to write comment.