Color Hex Logo

#a30eae Color Hex

#A30EAE
(163,14,174)
0 Favorites   0 Comments

Color spaces of #a30eae

RGB 16314174
HSL0.820.850.37
HSV296°92°68°
CMYK 0.060.920.00   0.32
XYZ22.901311.156640.9908
Yxy11.15660.30520.1487
Hunter Lab33.401563.9336-49.3805
CIE-Lab39.843070.4289-48.1317

#a30eae color RGB value is (163,14,174).

#a30eae hex color red value is 163, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a30eae hue: 0.82 , saturation: 0.85 and the lightness value of a30eae is 0.37.

The process color (four color CMYK) of #a30eae color hex is 0.06, 0.92, 0.00, 0.32. Web safe color of #a30eae is #990099. Color #a30eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001110 10101110
Octal 243 16 256
Decimal 163 14 174
Hex A3 E AE

RGB Percentages of Color #a30eae

%46.44
%3.99
%49.57

CMYK Percentages of Color #a30eae

%6
%92
%0
%32

Triadic Colors of #a30eae

#a30eae #aea30e #0eaea3

Analogous Colors of #a30eae

#a30eae #ae0e69 #530eae

Monochromatic Colors of #a30eae

#a30eae

Complementary Color

#a30eae #19ae0e

#a30eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30eae Color CSS Codes

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

#a30eae Text Font Color

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

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


#a30eae Background Color

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

This div background color is #a30eae


#a30eae Border Color

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

This div border color is #a30eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30eae


Comments

No comments written yet.

Please login to write comment.