Color Hex Logo

#a813ef Color Hex

#A813EF
(168,19,239)
0 Favorites   0 Comments

Color spaces of #a813ef

RGB 16819239
HSL0.780.870.51
HSV281°92°94°
CMYK 0.300.920.00   0.06
XYZ31.961315.022682.8765
Yxy15.02260.24610.1157
Hunter Lab38.759079.3658-99.6457
CIE-Lab45.665181.8972-76.2891

#a813ef color RGB value is (168,19,239).

#a813ef hex color red value is 168, green value is 19 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a813ef hue: 0.78 , saturation: 0.87 and the lightness value of a813ef is 0.51.

The process color (four color CMYK) of #a813ef color hex is 0.30, 0.92, 0.00, 0.06. Web safe color of #a813ef is #9900ff. Color #a813ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 11101111
Octal 250 23 357
Decimal 168 19 239
Hex A8 13 EF

RGB Percentages of Color #a813ef

%39.44
%4.46
%56.10

CMYK Percentages of Color #a813ef

%30
%92
%0
%6

Triadic Colors of #a813ef

#a813ef #efa813 #13efa8

Analogous Colors of #a813ef

#a813ef #ef13c8 #3a13ef

Monochromatic Colors of #a813ef

#a813ef

Complementary Color

#a813ef #5aef13

#a813ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a813ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a813ef Color CSS Codes

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

#a813ef Text Font Color

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

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


#a813ef Background Color

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

This div background color is #a813ef


#a813ef Border Color

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

This div border color is #a813ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,19,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a813ef


Comments

No comments written yet.

Please login to write comment.