Color Hex Logo

#ad75ff Color Hex

#AD75FF
(173,117,255)
0 Favorites   0 Comments

Color spaces of #ad75ff

RGB 173117255
HSL0.731.000.73
HSV264°54°100°
CMYK 0.320.540.00   0.00
XYZ41.644928.826897.9769
Yxy28.82680.24720.1711
Hunter Lab53.690644.4943-70.6115
CIE-Lab60.628549.4666-60.9681

#ad75ff color RGB value is (173,117,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 11111111
Octal 255 165 377
Decimal 173 117 255
Hex AD 75 FF

RGB Percentages of Color #ad75ff

%31.74
%21.47
%46.79

CMYK Percentages of Color #ad75ff

%32
%54
%0
%0

Triadic Colors of #ad75ff

#ad75ff #ffad75 #75ffad

Analogous Colors of #ad75ff

#ad75ff #f275ff #7582ff

Monochromatic Colors of #ad75ff

#ad75ff

Complementary Color

#ad75ff #c7ff75

#ad75ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad75ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad75ff Color CSS Codes

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

#ad75ff Text Font Color

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

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


#ad75ff Background Color

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

This div background color is #ad75ff


#ad75ff Border Color

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

This div border color is #ad75ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad75ff


Comments

No comments written yet.

Please login to write comment.