Color Hex Logo

#ad75fd Color Hex

#AD75FD
(173,117,253)
0 Favorites   0 Comments

Color spaces of #ad75fd

RGB 173117253
HSL0.740.970.73
HSV265°54°99°
CMYK 0.320.540.00   0.01
XYZ41.324528.698796.2899
Yxy28.69870.24850.1726
Hunter Lab53.571243.9444-69.0692
CIE-Lab60.514848.9801-60.0495

#ad75fd color RGB value is (173,117,253).

#ad75fd hex color red value is 173, green value is 117 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ad75fd hue: 0.74 , saturation: 0.97 and the lightness value of ad75fd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 11111101
Octal 255 165 375
Decimal 173 117 253
Hex AD 75 FD

RGB Percentages of Color #ad75fd

%31.86
%21.55
%46.59

CMYK Percentages of Color #ad75fd

%32
%54
%0
%1

Triadic Colors of #ad75fd

#ad75fd #fdad75 #75fdad

Analogous Colors of #ad75fd

#ad75fd #f175fd #7581fd

Monochromatic Colors of #ad75fd

#ad75fd

Complementary Color

#ad75fd #c5fd75

#ad75fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad75fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad75fd Color CSS Codes

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

#ad75fd Text Font Color

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

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


#ad75fd Background Color

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

This div background color is #ad75fd


#ad75fd Border Color

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

This div border color is #ad75fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad75fd


Comments

No comments written yet.

Please login to write comment.