Color Hex Logo

#a30050 Color Hex

#A30050
(163,0,80)
0 Favorites   0 Comments

Color spaces of #a30050

RGB 163080
HSL0.921.000.32
HSV331°100°64°
CMYK 0.001.000.51   0.36
XYZ16.55228.36578.3318
Yxy8.36570.49780.2516
Hunter Lab28.923551.53493.1672
CIE-Lab34.733260.53992.5615

#a30050 color RGB value is (163,0,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000000 01010000
Octal 243 0 120
Decimal 163 0 80
Hex A3 0 50

RGB Percentages of Color #a30050

%67.08
%0.00
%32.92

CMYK Percentages of Color #a30050

%0
%100
%51
%36

Triadic Colors of #a30050

#a30050 #50a300 #0050a3

Analogous Colors of #a30050

#a30050 #a30100 #a300a2

Monochromatic Colors of #a30050

#a30050

Complementary Color

#a30050 #00a353

#a30050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30050 Color CSS Codes

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

#a30050 Text Font Color

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

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


#a30050 Background Color

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

This div background color is #a30050


#a30050 Border Color

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

This div border color is #a30050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30050


Comments

No comments written yet.

Please login to write comment.