Color Hex Logo

#a30557 Color Hex

#A30557
(163,5,87)
0 Favorites   0 Comments

Color spaces of #a30557

RGB 163587
HSL0.910.940.33
HSV329°97°64°
CMYK 0.000.970.47   0.36
XYZ16.87888.58329.7839
Yxy8.58320.47890.2435
Hunter Lab29.297151.56840.7078
CIE-Lab35.169160.4854-1.3580

#a30557 color RGB value is (163,5,87).

#a30557 hex color red value is 163, green value is 5 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a30557 hue: 0.91 , saturation: 0.94 and the lightness value of a30557 is 0.33.

The process color (four color CMYK) of #a30557 color hex is 0.00, 0.97, 0.47, 0.36. Web safe color of #a30557 is #990066. Color #a30557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000101 01010111
Octal 243 5 127
Decimal 163 5 87
Hex A3 5 57

RGB Percentages of Color #a30557

%63.92
%1.96
%34.12

CMYK Percentages of Color #a30557

%0
%97
%47
%36

Triadic Colors of #a30557

#a30557 #57a305 #0557a3

Analogous Colors of #a30557

#a30557 #a30508 #a005a3

Monochromatic Colors of #a30557

#a30557

Complementary Color

#a30557 #05a351

#a30557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30557 Color CSS Codes

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

#a30557 Text Font Color

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

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


#a30557 Background Color

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

This div background color is #a30557


#a30557 Border Color

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

This div border color is #a30557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30557


Comments

No comments written yet.

Please login to write comment.