Color Hex Logo

#a30099 Color Hex

#A30099
(163,0,153)
0 Favorites   0 Comments

Color spaces of #a30099

RGB 1630153
HSL0.841.000.32
HSV304°100°64°
CMYK 0.001.000.06   0.36
XYZ20.854010.086430.9847
Yxy10.08640.33680.1629
Hunter Lab31.759161.6302-35.6129
CIE-Lab37.997168.8233-38.4521

#a30099 color RGB value is (163,0,153).

#a30099 hex color red value is 163, green value is 0 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a30099 hue: 0.84 , saturation: 1.00 and the lightness value of a30099 is 0.32.

The process color (four color CMYK) of #a30099 color hex is 0.00, 1.00, 0.06, 0.36. Web safe color of #a30099 is #990099. Color #a30099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000000 10011001
Octal 243 0 231
Decimal 163 0 153
Hex A3 0 99

RGB Percentages of Color #a30099

%51.58
%0.00
%48.42

CMYK Percentages of Color #a30099

%0
%100
%6
%36

Triadic Colors of #a30099

#a30099 #99a300 #0099a3

Analogous Colors of #a30099

#a30099 #a30048 #5b00a3

Monochromatic Colors of #a30099

#a30099

Complementary Color

#a30099 #00a30a

#a30099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30099 Color CSS Codes

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

#a30099 Text Font Color

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

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


#a30099 Background Color

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

This div background color is #a30099


#a30099 Border Color

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

This div border color is #a30099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30099


Comments

No comments written yet.

Please login to write comment.