Color Hex Logo

#a811df Color Hex

#A811DF
(168,17,223)
0 Favorites   0 Comments

Color spaces of #a811df

RGB 16817223
HSL0.790.860.47
HSV284°92°87°
CMYK 0.250.920.00   0.13
XYZ29.668214.053470.9609
Yxy14.05340.25870.1225
Hunter Lab37.487975.6626-85.9887
CIE-Lab44.309479.2184-69.4185

#a811df color RGB value is (168,17,223).

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

The process color (four color CMYK) of #a811df color hex is 0.25, 0.92, 0.00, 0.13. Web safe color of #a811df is #9900cc. Color #a811df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010001 11011111
Octal 250 21 337
Decimal 168 17 223
Hex A8 11 DF

RGB Percentages of Color #a811df

%41.18
%4.17
%54.66

CMYK Percentages of Color #a811df

%25
%92
%0
%13

Triadic Colors of #a811df

#a811df #dfa811 #11dfa8

Analogous Colors of #a811df

#a811df #df11af #4111df

Monochromatic Colors of #a811df

#a811df

Complementary Color

#a811df #48df11

#a811df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a811df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a811df Color CSS Codes

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

#a811df Text Font Color

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

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


#a811df Background Color

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

This div background color is #a811df


#a811df Border Color

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

This div border color is #a811df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a811df


Comments

No comments written yet.

Please login to write comment.