Color Hex Logo

#a914dc Color Hex

#A914DC
(169,20,220)
0 Favorites   0 Comments

Color spaces of #a914dc

RGB 16920220
HSL0.790.830.47
HSV285°91°86°
CMYK 0.230.910.00   0.14
XYZ29.530614.102668.8758
Yxy14.10260.26250.1253
Hunter Lab37.553474.6472-82.4549
CIE-Lab44.379778.3902-67.5820

#a914dc color RGB value is (169,20,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010100 11011100
Octal 251 24 334
Decimal 169 20 220
Hex A9 14 DC

RGB Percentages of Color #a914dc

%41.32
%4.89
%53.79

CMYK Percentages of Color #a914dc

%23
%91
%0
%14

Triadic Colors of #a914dc

#a914dc #dca914 #14dca9

Analogous Colors of #a914dc

#a914dc #dc14ab #4514dc

Monochromatic Colors of #a914dc

#a914dc

Complementary Color

#a914dc #47dc14

#a914dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a914dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a914dc Color CSS Codes

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

#a914dc Text Font Color

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

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


#a914dc Background Color

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

This div background color is #a914dc


#a914dc Border Color

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

This div border color is #a914dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,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 #a914dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a914dc


Comments

No comments written yet.

Please login to write comment.