Color Hex Logo

#a614a3 Color Hex

#A614A3
(166,20,163)
0 Favorites   0 Comments

Color spaces of #a614a3

RGB 16620163
HSL0.840.780.36
HSV301°88°65°
CMYK 0.000.880.02   0.35
XYZ22.586911.251635.6317
Yxy11.25160.32510.1620
Hunter Lab33.543461.4944-39.5008
CIE-Lab40.001068.3173-41.2696

#a614a3 color RGB value is (166,20,163).

#a614a3 hex color red value is 166, green value is 20 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #a614a3 hue: 0.84 , saturation: 0.78 and the lightness value of a614a3 is 0.36.

The process color (four color CMYK) of #a614a3 color hex is 0.00, 0.88, 0.02, 0.35. Web safe color of #a614a3 is #990099. Color #a614a3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 10100011
Octal 246 24 243
Decimal 166 20 163
Hex A6 14 A3

RGB Percentages of Color #a614a3

%47.56
%5.73
%46.70

CMYK Percentages of Color #a614a3

%0
%88
%2
%35

Triadic Colors of #a614a3

#a614a3 #a3a614 #14a3a6

Analogous Colors of #a614a3

#a614a3 #a6145a #6014a6

Monochromatic Colors of #a614a3

#a614a3

Complementary Color

#a614a3 #14a617

#a614a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a614a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a614a3 Color CSS Codes

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

#a614a3 Text Font Color

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

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


#a614a3 Background Color

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

This div background color is #a614a3


#a614a3 Border Color

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

This div border color is #a614a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a614a3


Comments

No comments written yet.

Please login to write comment.