Color Hex Logo

#a30ace Color Hex

#A30ACE
(163,10,206)
0 Favorites   0 Comments

Color spaces of #a30ace

RGB 16310206
HSL0.800.910.42
HSV287°95°81°
CMYK 0.210.950.00   0.19
XYZ26.353412.459859.4085
Yxy12.45980.26830.1269
Hunter Lab35.298471.4937-75.0782
CIE-Lab41.937876.3072-63.5352

#a30ace color RGB value is (163,10,206).

#a30ace hex color red value is 163, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a30ace hue: 0.80 , saturation: 0.91 and the lightness value of a30ace is 0.42.

The process color (four color CMYK) of #a30ace color hex is 0.21, 0.95, 0.00, 0.19. Web safe color of #a30ace is #9900cc. Color #a30ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001010 11001110
Octal 243 12 316
Decimal 163 10 206
Hex A3 A CE

RGB Percentages of Color #a30ace

%43.01
%2.64
%54.35

CMYK Percentages of Color #a30ace

%21
%95
%0
%19

Triadic Colors of #a30ace

#a30ace #cea30a #0acea3

Analogous Colors of #a30ace

#a30ace #ce0a97 #410ace

Monochromatic Colors of #a30ace

#a30ace

Complementary Color

#a30ace #35ce0a

#a30ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30ace Color CSS Codes

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

#a30ace Text Font Color

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

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


#a30ace Background Color

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

This div background color is #a30ace


#a30ace Border Color

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

This div border color is #a30ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30ace


Comments

No comments written yet.

Please login to write comment.