Color Hex Logo

#a30aef Color Hex

#A30AEF
(163,10,239)
0 Favorites   0 Comments

Color spaces of #a30aef

RGB 16310239
HSL0.780.920.49
HSV280°96°94°
CMYK 0.320.960.00   0.06
XYZ30.792814.235682.7861
Yxy14.23560.24090.1114
Hunter Lab37.730179.6522-103.6811
CIE-Lab44.568982.3323-78.1127

#a30aef color RGB value is (163,10,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001010 11101111
Octal 243 12 357
Decimal 163 10 239
Hex A3 A EF

RGB Percentages of Color #a30aef

%39.56
%2.43
%58.01

CMYK Percentages of Color #a30aef

%32
%96
%0
%6

Triadic Colors of #a30aef

#a30aef #efa30a #0aefa3

Analogous Colors of #a30aef

#a30aef #ef0ac9 #300aef

Monochromatic Colors of #a30aef

#a30aef

Complementary Color

#a30aef #56ef0a

#a30aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30aef Color CSS Codes

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

#a30aef Text Font Color

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

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


#a30aef Background Color

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

This div background color is #a30aef


#a30aef Border Color

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

This div border color is #a30aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30aef


Comments

No comments written yet.

Please login to write comment.