Color Hex Logo

#a913df Color Hex

#A913DF
(169,19,223)
0 Favorites   0 Comments

Color spaces of #a913df

RGB 16919223
HSL0.790.840.47
HSV284°91°87°
CMYK 0.240.910.00   0.13
XYZ29.914314.228570.9817
Yxy14.22850.25980.1236
Hunter Lab37.720775.5478-85.1657
CIE-Lab44.558979.0784-69.0053

#a913df color RGB value is (169,19,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010011 11011111
Octal 251 23 337
Decimal 169 19 223
Hex A9 13 DF

RGB Percentages of Color #a913df

%41.12
%4.62
%54.26

CMYK Percentages of Color #a913df

%24
%91
%0
%13

Triadic Colors of #a913df

#a913df #dfa913 #13dfa9

Analogous Colors of #a913df

#a913df #df13af #4313df

Monochromatic Colors of #a913df

#a913df

Complementary Color

#a913df #49df13

#a913df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a913df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a913df Color CSS Codes

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

#a913df Text Font Color

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

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


#a913df Background Color

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

This div background color is #a913df


#a913df Border Color

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

This div border color is #a913df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a913df


Comments

No comments written yet.

Please login to write comment.