color codes Logo

#a668dd color codes

#A668DD
(166,104,221)
0 Favorites   0 Comments

Color spaces of #a668dd

RGB 166104221
HSL0.750.630.64
HSV272°53°87°
CMYK 0.250.530.00   0.13
XYZ33.727323.228171.1125
Yxy23.22810.26340.1814
Hunter Lab48.195540.5723-53.7455
CIE-Lab55.306546.6289-50.5814

#a668dd color RGB value is (166,104,221).

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

The process color (four color CMYK) of #a668dd color code is 0.25, 0.53, 0.00, 0.13. Web safe color of #a668dd is #9966cc. Color #a668dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 11011101
Octal 246 150 335
Decimal 166 104 221
Hex A6 68 DD

RGB Percentages of Color #a668dd

%33.81
%21.18
%45.01

CMYK Percentages of Color #a668dd

%25
%53
%0
%13

Triadic Colors of #a668dd

#a668dd #dda668 #68dda6

Analogous Colors of #a668dd

#a668dd #dd68da #6c68dd

Monochromatic Colors of #a668dd

#a668dd

Complementary Color

#a668dd #9fdd68

#a668dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a668dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a668dd Color CSS Codes

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

#a668dd Text Font Color

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

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


#a668dd Background Color

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

This div background color is #a668dd


#a668dd Border Color

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

This div border color is #a668dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a668dd


Comments

No comments written yet.

Please login to write comment.