Color Hex Logo

#a30060 Color Hex

#A30060
(163,0,96)
0 Favorites   0 Comments

Color spaces of #a30060

RGB 163096
HSL0.901.000.32
HSV325°100°64°
CMYK 0.001.000.41   0.36
XYZ17.21568.631111.8249
Yxy8.63110.45700.2291
Hunter Lab29.378753.1862-3.2990
CIE-Lab35.264161.9329-7.0343

#a30060 color RGB value is (163,0,96).

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

The process color (four color CMYK) of #a30060 color hex is 0.00, 1.00, 0.41, 0.36. Web safe color of #a30060 is #990066. Color #a30060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000000 01100000
Octal 243 0 140
Decimal 163 0 96
Hex A3 0 60

RGB Percentages of Color #a30060

%62.93
%0.00
%37.07

CMYK Percentages of Color #a30060

%0
%100
%41
%36

Triadic Colors of #a30060

#a30060 #60a300 #0060a3

Analogous Colors of #a30060

#a30060 #a3000f #9500a3

Monochromatic Colors of #a30060

#a30060

Complementary Color

#a30060 #00a343

#a30060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30060 Color CSS Codes

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

#a30060 Text Font Color

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

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


#a30060 Background Color

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

This div background color is #a30060


#a30060 Border Color

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

This div border color is #a30060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30060

#a30060 Color Palettes


Comments

No comments written yet.

Please login to write comment.