Color Hex Logo

#a614aa Color Hex

#A614AA
(166,20,170)
0 Favorites   0 Comments

Color spaces of #a614aa

RGB 16620170
HSL0.830.790.37
HSV298°88°67°
CMYK 0.020.880.00   0.33
XYZ23.231711.509639.0273
Yxy11.50960.31490.1560
Hunter Lab33.925862.8630-44.4575
CIE-Lab40.425869.4057-44.7831

#a614aa color RGB value is (166,20,170).

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

The process color (four color CMYK) of #a614aa color hex is 0.02, 0.88, 0.00, 0.33. Web safe color of #a614aa is #990099. Color #a614aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 10101010
Octal 246 24 252
Decimal 166 20 170
Hex A6 14 AA

RGB Percentages of Color #a614aa

%46.63
%5.62
%47.75

CMYK Percentages of Color #a614aa

%2
%88
%0
%33

Triadic Colors of #a614aa

#a614aa #aaa614 #14aaa6

Analogous Colors of #a614aa

#a614aa #aa1463 #5b14aa

Monochromatic Colors of #a614aa

#a614aa

Complementary Color

#a614aa #18aa14

#a614aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a614aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a614aa Color CSS Codes

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

#a614aa Text Font Color

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

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


#a614aa Background Color

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

This div background color is #a614aa


#a614aa Border Color

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

This div border color is #a614aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a614aa


Comments

No comments written yet.

Please login to write comment.