Color Hex Logo

#a680dd Color Hex

#A680DD
(166,128,221)
0 Favorites   0 Comments

Color spaces of #a680dd

RGB 166128221
HSL0.730.580.68
HSV265°42°87°
CMYK 0.250.420.00   0.13
XYZ36.496228.765872.0354
Yxy28.76580.26580.2095
Hunter Lab53.633827.6049-42.0887
CIE-Lab60.574433.3560-42.2463

#a680dd color RGB value is (166,128,221).

#a680dd hex color red value is 166, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a680dd hue: 0.73 , saturation: 0.58 and the lightness value of a680dd is 0.68.

The process color (four color CMYK) of #a680dd color hex is 0.25, 0.42, 0.00, 0.13. Web safe color of #a680dd is #9999cc. Color #a680dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000000 11011101
Octal 246 200 335
Decimal 166 128 221
Hex A6 80 DD

RGB Percentages of Color #a680dd

%32.23
%24.85
%42.91

CMYK Percentages of Color #a680dd

%25
%42
%0
%13

Triadic Colors of #a680dd

#a680dd #dda680 #80dda6

Analogous Colors of #a680dd

#a680dd #d580dd #8089dd

Monochromatic Colors of #a680dd

#a680dd

Complementary Color

#a680dd #b7dd80

#a680dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a680dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a680dd Color CSS Codes

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

#a680dd Text Font Color

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

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


#a680dd Background Color

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

This div background color is #a680dd


#a680dd Border Color

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

This div border color is #a680dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a680dd


Comments

No comments written yet.

Please login to write comment.