Color Hex Logo

#a914ec Color Hex

#A914EC
(169,20,236)
0 Favorites   0 Comments

Color spaces of #a914ec

RGB 16920236
HSL0.780.850.50
HSV281°92°93°
CMYK 0.280.920.00   0.07
XYZ31.752714.991580.5770
Yxy14.99150.24940.1177
Hunter Lab38.718978.6269-96.2840
CIE-Lab45.622681.3227-74.6577

#a914ec color RGB value is (169,20,236).

#a914ec hex color red value is 169, green value is 20 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a914ec hue: 0.78 , saturation: 0.85 and the lightness value of a914ec is 0.50.

The process color (four color CMYK) of #a914ec color hex is 0.28, 0.92, 0.00, 0.07. Web safe color of #a914ec is #9900ff. Color #a914ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010100 11101100
Octal 251 24 354
Decimal 169 20 236
Hex A9 14 EC

RGB Percentages of Color #a914ec

%39.76
%4.71
%55.53

CMYK Percentages of Color #a914ec

%28
%92
%0
%7

Triadic Colors of #a914ec

#a914ec #eca914 #14eca9

Analogous Colors of #a914ec

#a914ec #ec14c3 #3d14ec

Monochromatic Colors of #a914ec

#a914ec

Complementary Color

#a914ec #57ec14

#a914ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a914ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a914ec Color CSS Codes

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

#a914ec Text Font Color

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

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


#a914ec Background Color

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

This div background color is #a914ec


#a914ec Border Color

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

This div border color is #a914ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a914ec


Comments

No comments written yet.

Please login to write comment.