Color Hex Logo

#a066dd Color Hex

#A066DD
(160,102,221)
0 Favorites   0 Comments

Color spaces of #a066dd

RGB 160102221
HSL0.750.640.63
HSV269°54°87°
CMYK 0.280.540.00   0.13
XYZ32.299722.196870.9886
Yxy22.19680.25740.1769
Hunter Lab47.113539.9261-56.3562
CIE-Lab54.235246.1801-52.3276

#a066dd color RGB value is (160,102,221).

#a066dd hex color red value is 160, green value is 102 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a066dd hue: 0.75 , saturation: 0.64 and the lightness value of a066dd is 0.63.

The process color (four color CMYK) of #a066dd color hex is 0.28, 0.54, 0.00, 0.13. Web safe color of #a066dd is #9966cc. Color #a066dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100110 11011101
Octal 240 146 335
Decimal 160 102 221
Hex A0 66 DD

RGB Percentages of Color #a066dd

%33.13
%21.12
%45.76

CMYK Percentages of Color #a066dd

%28
%54
%0
%13

Triadic Colors of #a066dd

#a066dd #dda066 #66dda0

Analogous Colors of #a066dd

#a066dd #dc66dd #6668dd

Monochromatic Colors of #a066dd

#a066dd

Complementary Color

#a066dd #a3dd66

#a066dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a066dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a066dd Color CSS Codes

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

#a066dd Text Font Color

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

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


#a066dd Background Color

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

This div background color is #a066dd


#a066dd Border Color

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

This div border color is #a066dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a066dd


Comments

No comments written yet.

Please login to write comment.