Color Hex Logo

#a914fc Color Hex

#A914FC
(169,20,252)
0 Favorites   0 Comments

Color spaces of #a914fc

RGB 16920252
HSL0.770.970.53
HSV279°92°99°
CMYK 0.330.920.00   0.01
XYZ34.183015.963693.3751
Yxy15.96360.23820.1112
Hunter Lab39.954582.7951-110.5948
CIE-Lab46.926784.3360-81.5203

#a914fc color RGB value is (169,20,252).

#a914fc hex color red value is 169, green value is 20 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a914fc hue: 0.77 , saturation: 0.97 and the lightness value of a914fc is 0.53.

The process color (four color CMYK) of #a914fc color hex is 0.33, 0.92, 0.00, 0.01. Web safe color of #a914fc is #9900ff. Color #a914fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010100 11111100
Octal 251 24 374
Decimal 169 20 252
Hex A9 14 FC

RGB Percentages of Color #a914fc

%38.32
%4.54
%57.14

CMYK Percentages of Color #a914fc

%33
%92
%0
%1

Triadic Colors of #a914fc

#a914fc #fca914 #14fca9

Analogous Colors of #a914fc

#a914fc #fc14db #3514fc

Monochromatic Colors of #a914fc

#a914fc

Complementary Color

#a914fc #67fc14

#a914fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a914fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a914fc Color CSS Codes

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

#a914fc Text Font Color

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

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


#a914fc Background Color

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

This div background color is #a914fc


#a914fc Border Color

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

This div border color is #a914fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a914fc


Comments

No comments written yet.

Please login to write comment.