Color Hex Logo

#ad66fa Color Hex

#AD66FA
(173,102,250)
0 Favorites   0 Comments

Color spaces of #ad66fa

RGB 173102250
HSL0.750.940.69
HSV269°59°98°
CMYK 0.310.590.00   0.02
XYZ39.240325.289193.2556
Yxy25.28910.24870.1603
Hunter Lab50.288351.2804-74.7468
CIE-Lab57.356056.1173-63.4576

#ad66fa color RGB value is (173,102,250).

#ad66fa hex color red value is 173, green value is 102 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ad66fa hue: 0.75 , saturation: 0.94 and the lightness value of ad66fa is 0.69.

The process color (four color CMYK) of #ad66fa color hex is 0.31, 0.59, 0.00, 0.02. Web safe color of #ad66fa is #9966ff. Color #ad66fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 11111010
Octal 255 146 372
Decimal 173 102 250
Hex AD 66 FA

RGB Percentages of Color #ad66fa

%32.95
%19.43
%47.62

CMYK Percentages of Color #ad66fa

%31
%59
%0
%2

Triadic Colors of #ad66fa

#ad66fa #faad66 #66faad

Analogous Colors of #ad66fa

#ad66fa #f766fa #6669fa

Monochromatic Colors of #ad66fa

#ad66fa

Complementary Color

#ad66fa #b3fa66

#ad66fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad66fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad66fa Color CSS Codes

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

#ad66fa Text Font Color

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

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


#ad66fa Background Color

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

This div background color is #ad66fa


#ad66fa Border Color

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

This div border color is #ad66fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad66fa


Comments

No comments written yet.

Please login to write comment.