Color Hex Logo

#a30eef Color Hex

#A30EEF
(163,14,239)
0 Favorites   0 Comments

Color spaces of #a30eef

RGB 16314239
HSL0.780.890.50
HSV280°94°94°
CMYK 0.320.940.00   0.06
XYZ30.841314.332682.8023
Yxy14.33260.24100.1120
Hunter Lab37.858479.1625-103.1756
CIE-Lab44.706281.9208-77.8879

#a30eef color RGB value is (163,14,239).

#a30eef hex color red value is 163, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a30eef hue: 0.78 , saturation: 0.89 and the lightness value of a30eef is 0.50.

The process color (four color CMYK) of #a30eef color hex is 0.32, 0.94, 0.00, 0.06. Web safe color of #a30eef is #9900ff. Color #a30eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001110 11101111
Octal 243 16 357
Decimal 163 14 239
Hex A3 E EF

RGB Percentages of Color #a30eef

%39.18
%3.37
%57.45

CMYK Percentages of Color #a30eef

%32
%94
%0
%6

Triadic Colors of #a30eef

#a30eef #efa30e #0eefa3

Analogous Colors of #a30eef

#a30eef #ef0ecb #330eef

Monochromatic Colors of #a30eef

#a30eef

Complementary Color

#a30eef #5aef0e

#a30eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30eef Color CSS Codes

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

#a30eef Text Font Color

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

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


#a30eef Background Color

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

This div background color is #a30eef


#a30eef Border Color

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

This div border color is #a30eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30eef


Comments

No comments written yet.

Please login to write comment.