Color Hex Logo

#a30eff Color Hex

#A30EFF
(163,14,255)
0 Favorites   0 Comments

Color spaces of #a30eff

RGB 16314255
HSL0.771.000.53
HSV277°95°100°
CMYK 0.360.950.00   0.00
XYZ33.311315.320695.8092
Yxy15.32060.23060.1061
Hunter Lab39.141583.4143-117.7288
CIE-Lab46.070284.9792-84.6340

#a30eff color RGB value is (163,14,255).

#a30eff hex color red value is 163, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a30eff hue: 0.77 , saturation: 1.00 and the lightness value of a30eff is 0.53.

The process color (four color CMYK) of #a30eff color hex is 0.36, 0.95, 0.00, 0.00. Web safe color of #a30eff is #9900ff. Color #a30eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001110 11111111
Octal 243 16 377
Decimal 163 14 255
Hex A3 E FF

RGB Percentages of Color #a30eff

%37.73
%3.24
%59.03

CMYK Percentages of Color #a30eff

%36
%95
%0
%0

Triadic Colors of #a30eff

#a30eff #ffa30e #0effa3

Analogous Colors of #a30eff

#a30eff #ff0ee3 #2a0eff

Monochromatic Colors of #a30eff

#a30eff

Complementary Color

#a30eff #6aff0e

#a30eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30eff Color CSS Codes

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

#a30eff Text Font Color

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

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


#a30eff Background Color

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

This div background color is #a30eff


#a30eff Border Color

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

This div border color is #a30eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,14,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30eff

Related Colors


Comments

No comments written yet.

Please login to write comment.