Color Hex Logo

#a30aec Color Hex

#A30AEC
(163,10,236)
0 Favorites   0 Comments

Color spaces of #a30aec

RGB 16310236
HSL0.780.920.48
HSV281°96°93°
CMYK 0.310.960.00   0.07
XYZ30.353114.059780.4709
Yxy14.05970.24310.1126
Hunter Lab37.496378.8767-100.9951
CIE-Lab44.318481.7697-76.8268

#a30aec color RGB value is (163,10,236).

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

The process color (four color CMYK) of #a30aec color hex is 0.31, 0.96, 0.00, 0.07. Web safe color of #a30aec is #9900ff. Color #a30aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001010 11101100
Octal 243 12 354
Decimal 163 10 236
Hex A3 A EC

RGB Percentages of Color #a30aec

%39.85
%2.44
%57.70

CMYK Percentages of Color #a30aec

%31
%96
%0
%7

Triadic Colors of #a30aec

#a30aec #eca30a #0aeca3

Analogous Colors of #a30aec

#a30aec #ec0ac4 #320aec

Monochromatic Colors of #a30aec

#a30aec

Complementary Color

#a30aec #53ec0a

#a30aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30aec Color CSS Codes

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

#a30aec Text Font Color

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

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


#a30aec Background Color

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

This div background color is #a30aec


#a30aec Border Color

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

This div border color is #a30aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30aec


Comments

No comments written yet.

Please login to write comment.