Color Hex Logo

#ad66ff Color Hex

#AD66FF
(173,102,255)
0 Favorites   0 Comments

Color spaces of #ad66ff

RGB 173102255
HSL0.741.000.70
HSV268°60°100°
CMYK 0.320.600.00   0.00
XYZ40.035025.607097.4403
Yxy25.60700.24550.1570
Hunter Lab50.603452.6649-78.7447
CIE-Lab57.662157.2945-65.7294

#ad66ff color RGB value is (173,102,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 11111111
Octal 255 146 377
Decimal 173 102 255
Hex AD 66 FF

RGB Percentages of Color #ad66ff

%32.64
%19.25
%48.11

CMYK Percentages of Color #ad66ff

%32
%60
%0
%0

Triadic Colors of #ad66ff

#ad66ff #ffad66 #66ffad

Analogous Colors of #ad66ff

#ad66ff #fa66ff #666cff

Monochromatic Colors of #ad66ff

#ad66ff

Complementary Color

#ad66ff #b8ff66

#ad66ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad66ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad66ff Color CSS Codes

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

#ad66ff Text Font Color

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

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


#ad66ff Background Color

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

This div background color is #ad66ff


#ad66ff Border Color

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

This div border color is #ad66ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad66ff


Comments

No comments written yet.

Please login to write comment.