Color Hex Logo

#a414df Color Hex

#A414DF
(164,20,223)
0 Favorites   0 Comments

Color spaces of #a414df

RGB 16420223
HSL0.780.840.48
HSV283°91°87°
CMYK 0.260.910.00   0.13
XYZ28.879313.720570.9383
Yxy13.72050.25440.1208
Hunter Lab37.041274.3461-87.6186
CIE-Lab43.829478.2541-70.2277

#a414df color RGB value is (164,20,223).

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

The process color (four color CMYK) of #a414df color hex is 0.26, 0.91, 0.00, 0.13. Web safe color of #a414df is #9900cc. Color #a414df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010100 11011111
Octal 244 24 337
Decimal 164 20 223
Hex A4 14 DF

RGB Percentages of Color #a414df

%40.29
%4.91
%54.79

CMYK Percentages of Color #a414df

%26
%91
%0
%13

Triadic Colors of #a414df

#a414df #dfa414 #14dfa4

Analogous Colors of #a414df

#a414df #df14b5 #3e14df

Monochromatic Colors of #a414df

#a414df

Complementary Color

#a414df #4fdf14

#a414df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a414df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a414df Color CSS Codes

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

#a414df Text Font Color

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

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


#a414df Background Color

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

This div background color is #a414df


#a414df Border Color

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

This div border color is #a414df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a414df


Comments

No comments written yet.

Please login to write comment.