Color Hex Logo

#a614cc Color Hex

#A614CC
(166,20,204)
0 Favorites   0 Comments

Color spaces of #a614cc

RGB 16620204
HSL0.800.820.44
HSV288°90°80°
CMYK 0.190.900.00   0.20
XYZ26.875112.966958.2131
Yxy12.96690.27410.1322
Hunter Lab36.009670.2035-70.6415
CIE-Lab42.713375.1016-61.0944

#a614cc color RGB value is (166,20,204).

#a614cc hex color red value is 166, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a614cc hue: 0.80 , saturation: 0.82 and the lightness value of a614cc is 0.44.

The process color (four color CMYK) of #a614cc color hex is 0.19, 0.90, 0.00, 0.20. Web safe color of #a614cc is #9900cc. Color #a614cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 11001100
Octal 246 24 314
Decimal 166 20 204
Hex A6 14 CC

RGB Percentages of Color #a614cc

%42.56
%5.13
%52.31

CMYK Percentages of Color #a614cc

%19
%90
%0
%20

Triadic Colors of #a614cc

#a614cc #cca614 #14cca6

Analogous Colors of #a614cc

#a614cc #cc1496 #4a14cc

Monochromatic Colors of #a614cc

#a614cc

Complementary Color

#a614cc #3acc14

#a614cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a614cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a614cc Color CSS Codes

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

#a614cc Text Font Color

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

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


#a614cc Background Color

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

This div background color is #a614cc


#a614cc Border Color

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

This div border color is #a614cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a614cc


Comments

No comments written yet.

Please login to write comment.