Color Hex Logo

#a30e7a Color Hex

#A30E7A
(163,14,122)
0 Favorites   0 Comments

Color spaces of #a30e7a

RGB 16314122
HSL0.880.840.35
HSV317°91°64°
CMYK 0.000.910.25   0.36
XYZ18.77419.505719.2576
Yxy9.50570.39490.2000
Hunter Lab30.831354.7391-15.4513
CIE-Lab36.940362.9996-20.9886

#a30e7a color RGB value is (163,14,122).

#a30e7a hex color red value is 163, green value is 14 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a30e7a hue: 0.88 , saturation: 0.84 and the lightness value of a30e7a is 0.35.

The process color (four color CMYK) of #a30e7a color hex is 0.00, 0.91, 0.25, 0.36. Web safe color of #a30e7a is #990066. Color #a30e7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001110 01111010
Octal 243 16 172
Decimal 163 14 122
Hex A3 E 7A

RGB Percentages of Color #a30e7a

%54.52
%4.68
%40.80

CMYK Percentages of Color #a30e7a

%0
%91
%25
%36

Triadic Colors of #a30e7a

#a30e7a #7aa30e #0e7aa3

Analogous Colors of #a30e7a

#a30e7a #a30e2f #820ea3

Monochromatic Colors of #a30e7a

#a30e7a

Complementary Color

#a30e7a #0ea337

#a30e7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30e7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30e7a Color CSS Codes

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

#a30e7a Text Font Color

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

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


#a30e7a Background Color

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

This div background color is #a30e7a


#a30e7a Border Color

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

This div border color is #a30e7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30e7a


Comments

No comments written yet.

Please login to write comment.