Color Hex Logo

#a614d1 Color Hex

#A614D1
(166,20,209)
0 Favorites   0 Comments

Color spaces of #a614d1

RGB 16620209
HSL0.800.830.45
HSV286°90°82°
CMYK 0.210.900.00   0.18
XYZ27.484713.210861.4229
Yxy13.21080.26910.1294
Hunter Lab36.346771.3719-74.7526
CIE-Lab43.079275.9875-63.3939

#a614d1 color RGB value is (166,20,209).

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

The process color (four color CMYK) of #a614d1 color hex is 0.21, 0.90, 0.00, 0.18. Web safe color of #a614d1 is #9900cc. Color #a614d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 11010001
Octal 246 24 321
Decimal 166 20 209
Hex A6 14 D1

RGB Percentages of Color #a614d1

%42.03
%5.06
%52.91

CMYK Percentages of Color #a614d1

%21
%90
%0
%18

Triadic Colors of #a614d1

#a614d1 #d1a614 #14d1a6

Analogous Colors of #a614d1

#a614d1 #d1149e #4814d1

Monochromatic Colors of #a614d1

#a614d1

Complementary Color

#a614d1 #3fd114

#a614d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a614d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a614d1 Color CSS Codes

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

#a614d1 Text Font Color

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

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


#a614d1 Background Color

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

This div background color is #a614d1


#a614d1 Border Color

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

This div border color is #a614d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a614d1


Comments

No comments written yet.

Please login to write comment.