Color Hex Logo

#ad66fc Color Hex

#AD66FC
(173,102,252)
0 Favorites   0 Comments

Color spaces of #ad66fc

RGB 173102252
HSL0.750.960.69
HSV268°60°99°
CMYK 0.310.600.00   0.01
XYZ39.555625.415394.9163
Yxy25.41530.24740.1590
Hunter Lab50.413651.8312-76.3389
CIE-Lab57.477856.5868-64.3684

#ad66fc color RGB value is (173,102,252).

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

The process color (four color CMYK) of #ad66fc color hex is 0.31, 0.60, 0.00, 0.01. Web safe color of #ad66fc is #9966ff. Color #ad66fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 11111100
Octal 255 146 374
Decimal 173 102 252
Hex AD 66 FC

RGB Percentages of Color #ad66fc

%32.83
%19.35
%47.82

CMYK Percentages of Color #ad66fc

%31
%60
%0
%1

Triadic Colors of #ad66fc

#ad66fc #fcad66 #66fcad

Analogous Colors of #ad66fc

#ad66fc #f866fc #666afc

Monochromatic Colors of #ad66fc

#ad66fc

Complementary Color

#ad66fc #b5fc66

#ad66fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad66fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad66fc Color CSS Codes

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

#ad66fc Text Font Color

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

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


#ad66fc Background Color

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

This div background color is #ad66fc


#ad66fc Border Color

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

This div border color is #ad66fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad66fc

Related Colors


Comments

No comments written yet.

Please login to write comment.