Color Hex Logo

#a614dc Color Hex

#A614DC
(166,20,220)
0 Favorites   0 Comments

Color spaces of #a614dc

RGB 16620220
HSL0.790.830.47
HSV284°91°86°
CMYK 0.250.910.00   0.14
XYZ28.894313.774668.8460
Yxy13.77460.25910.1235
Hunter Lab37.114174.0170-84.0019
CIE-Lab43.907977.9737-68.3706

#a614dc color RGB value is (166,20,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 11011100
Octal 246 24 334
Decimal 166 20 220
Hex A6 14 DC

RGB Percentages of Color #a614dc

%40.89
%4.93
%54.19

CMYK Percentages of Color #a614dc

%25
%91
%0
%14

Triadic Colors of #a614dc

#a614dc #dca614 #14dca6

Analogous Colors of #a614dc

#a614dc #dc14ae #4214dc

Monochromatic Colors of #a614dc

#a614dc

Complementary Color

#a614dc #4adc14

#a614dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a614dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a614dc Color CSS Codes

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

#a614dc Text Font Color

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

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


#a614dc Background Color

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

This div background color is #a614dc


#a614dc Border Color

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

This div border color is #a614dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,20,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a614dc


Comments

No comments written yet.

Please login to write comment.