Color Hex Logo

#a813df Color Hex

#A813DF
(168,19,223)
0 Favorites   0 Comments

Color spaces of #a813df

RGB 16819223
HSL0.790.840.47
HSV284°91°87°
CMYK 0.250.910.00   0.13
XYZ29.700614.118370.9717
Yxy14.11830.25870.1230
Hunter Lab37.574375.3401-85.6870
CIE-Lab44.402178.9422-69.2675

#a813df color RGB value is (168,19,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 11011111
Octal 250 23 337
Decimal 168 19 223
Hex A8 13 DF

RGB Percentages of Color #a813df

%40.98
%4.63
%54.39

CMYK Percentages of Color #a813df

%25
%91
%0
%13

Triadic Colors of #a813df

#a813df #dfa813 #13dfa8

Analogous Colors of #a813df

#a813df #df13b0 #4213df

Monochromatic Colors of #a813df

#a813df

Complementary Color

#a813df #4adf13

#a813df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a813df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a813df Color CSS Codes

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

#a813df Text Font Color

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

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


#a813df Background Color

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

This div background color is #a813df


#a813df Border Color

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

This div border color is #a813df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a813df


Comments

No comments written yet.

Please login to write comment.