Color Hex Logo

#a32328 Color Hex

#A32328
(163,35,40)
0 Favorites   0 Comments

Color spaces of #a32328

RGB 1633540
HSL0.990.650.39
HSV358°79°64°
CMYK 0.000.790.75   0.36
XYZ16.08839.14182.9241
Yxy9.14180.57140.3247
Hunter Lab30.235442.068115.4308
CIE-Lab36.255951.343230.2036

#a32328 color RGB value is (163,35,40).

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

The process color (four color CMYK) of #a32328 color hex is 0.00, 0.79, 0.75, 0.36. Web safe color of #a32328 is #993333. Color #a32328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100011 00101000
Octal 243 43 50
Decimal 163 35 40
Hex A3 23 28

RGB Percentages of Color #a32328

%68.49
%14.71
%16.81

CMYK Percentages of Color #a32328

%0
%79
%75
%36

Triadic Colors of #a32328

#a32328 #28a323 #2328a3

Analogous Colors of #a32328

#a32328 #a35e23 #a32368

Monochromatic Colors of #a32328

#a32328

Complementary Color

#a32328 #23a39e

#a32328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32328 Color CSS Codes

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

#a32328 Text Font Color

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

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


#a32328 Background Color

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

This div background color is #a32328


#a32328 Border Color

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

This div border color is #a32328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32328


Comments

No comments written yet.

Please login to write comment.