Color Hex Logo

#a610dd Color Hex

#A610DD
(166,16,221)
0 Favorites   0 Comments

Color spaces of #a610dd

RGB 16616221
HSL0.790.860.46
HSV284°93°87°
CMYK 0.250.930.00   0.13
XYZ28.962313.698069.5241
Yxy13.69800.25820.1221
Hunter Lab37.010874.9138-85.4676
CIE-Lab43.796778.7168-69.1242

#a610dd color RGB value is (166,16,221).

#a610dd hex color red value is 166, green value is 16 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a610dd hue: 0.79 , saturation: 0.86 and the lightness value of a610dd is 0.46.

The process color (four color CMYK) of #a610dd color hex is 0.25, 0.93, 0.00, 0.13. Web safe color of #a610dd is #9900cc. Color #a610dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010000 11011101
Octal 246 20 335
Decimal 166 16 221
Hex A6 10 DD

RGB Percentages of Color #a610dd

%41.19
%3.97
%54.84

CMYK Percentages of Color #a610dd

%25
%93
%0
%13

Triadic Colors of #a610dd

#a610dd #dda610 #10dda6

Analogous Colors of #a610dd

#a610dd #dd10ae #4010dd

Monochromatic Colors of #a610dd

#a610dd

Complementary Color

#a610dd #47dd10

#a610dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a610dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a610dd Color CSS Codes

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

#a610dd Text Font Color

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

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


#a610dd Background Color

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

This div background color is #a610dd


#a610dd Border Color

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

This div border color is #a610dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a610dd


Comments

No comments written yet.

Please login to write comment.