Color Hex Logo

#a32057 Color Hex

#A32057
(163,32,87)
0 Favorites   0 Comments

Color spaces of #a32057

RGB 1633287
HSL0.930.670.38
HSV335°80°64°
CMYK 0.000.800.47   0.36
XYZ17.34119.50779.9380
Yxy9.50770.47140.2585
Hunter Lab30.834646.42642.4750
CIE-Lab36.944055.37791.2342

#a32057 color RGB value is (163,32,87).

#a32057 hex color red value is 163, green value is 32 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a32057 hue: 0.93 , saturation: 0.67 and the lightness value of a32057 is 0.38.

The process color (four color CMYK) of #a32057 color hex is 0.00, 0.80, 0.47, 0.36. Web safe color of #a32057 is #993366. Color #a32057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100000 01010111
Octal 243 40 127
Decimal 163 32 87
Hex A3 20 57

RGB Percentages of Color #a32057

%57.80
%11.35
%30.85

CMYK Percentages of Color #a32057

%0
%80
%47
%36

Triadic Colors of #a32057

#a32057 #57a320 #2057a3

Analogous Colors of #a32057

#a32057 #a32b20 #a32099

Monochromatic Colors of #a32057

#a32057

Complementary Color

#a32057 #20a36c

#a32057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32057 Color CSS Codes

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

#a32057 Text Font Color

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

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


#a32057 Background Color

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

This div background color is #a32057


#a32057 Border Color

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

This div border color is #a32057


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,32,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 #a32057">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32057


Comments

No comments written yet.

Please login to write comment.