Color Hex Logo

#a614dd Color Hex

#A614DD
(166,20,221)
0 Favorites   0 Comments

Color spaces of #a614dd

RGB 16620221
HSL0.790.830.47
HSV284°91°87°
CMYK 0.250.910.00   0.13
XYZ29.027213.827869.5457
Yxy13.82780.25820.1230
Hunter Lab37.185774.2621-84.8556
CIE-Lab43.985078.1564-68.8174

#a614dd color RGB value is (166,20,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 11011101
Octal 246 24 335
Decimal 166 20 221
Hex A6 14 DD

RGB Percentages of Color #a614dd

%40.79
%4.91
%54.30

CMYK Percentages of Color #a614dd

%25
%91
%0
%13

Triadic Colors of #a614dd

#a614dd #dda614 #14dda6

Analogous Colors of #a614dd

#a614dd #dd14b0 #4214dd

Monochromatic Colors of #a614dd

#a614dd

Complementary Color

#a614dd #4bdd14

#a614dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a614dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a614dd Color CSS Codes

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

#a614dd Text Font Color

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

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


#a614dd Background Color

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

This div background color is #a614dd


#a614dd Border Color

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

This div border color is #a614dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a614dd


Comments

No comments written yet.

Please login to write comment.