Color Hex Logo

#a32357 Color Hex

#A32357
(163,35,87)
0 Favorites   0 Comments

Color spaces of #a32357

RGB 1633587
HSL0.930.650.39
HSV336°79°64°
CMYK 0.000.790.47   0.36
XYZ17.42569.67679.9662
Yxy9.67670.47010.2610
Hunter Lab31.107445.55342.7798
CIE-Lab37.255854.49361.6868

#a32357 color RGB value is (163,35,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100011 01010111
Octal 243 43 127
Decimal 163 35 87
Hex A3 23 57

RGB Percentages of Color #a32357

%57.19
%12.28
%30.53

CMYK Percentages of Color #a32357

%0
%79
%47
%36

Triadic Colors of #a32357

#a32357 #57a323 #2357a3

Analogous Colors of #a32357

#a32357 #a32f23 #a32397

Monochromatic Colors of #a32357

#a32357

Complementary Color

#a32357 #23a36f

#a32357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32357 Color CSS Codes

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

#a32357 Text Font Color

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

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


#a32357 Background Color

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

This div background color is #a32357


#a32357 Border Color

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

This div border color is #a32357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32357


Comments

No comments written yet.

Please login to write comment.