Color Hex Logo

#a918df Color Hex

#A918DF
(169,24,223)
0 Favorites   0 Comments

Color spaces of #a918df

RGB 16924223
HSL0.790.810.48
HSV284°89°87°
CMYK 0.240.890.00   0.13
XYZ30.008114.416071.0130
Yxy14.41600.26000.1249
Hunter Lab37.968474.6317-84.3133
CIE-Lab44.823778.2919-68.5742

#a918df color RGB value is (169,24,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011000 11011111
Octal 251 30 337
Decimal 169 24 223
Hex A9 18 DF

RGB Percentages of Color #a918df

%40.63
%5.77
%53.61

CMYK Percentages of Color #a918df

%24
%89
%0
%13

Triadic Colors of #a918df

#a918df #dfa918 #18dfa9

Analogous Colors of #a918df

#a918df #df18b2 #4618df

Monochromatic Colors of #a918df

#a918df

Complementary Color

#a918df #4edf18

#a918df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a918df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a918df Color CSS Codes

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

#a918df Text Font Color

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

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


#a918df Background Color

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

This div background color is #a918df


#a918df Border Color

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

This div border color is #a918df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a918df


Comments

No comments written yet.

Please login to write comment.