Color Hex Logo

#a32335 Color Hex

#A32335
(163,35,53)
0 Favorites   0 Comments

Color spaces of #a32335

RGB 1633553
HSL0.980.650.39
HSV352°79°64°
CMYK 0.000.790.67   0.36
XYZ16.34799.24564.2911
Yxy9.24560.54700.3094
Hunter Lab30.406642.757912.9174
CIE-Lab36.452951.973722.3749

#a32335 color RGB value is (163,35,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100011 00110101
Octal 243 43 65
Decimal 163 35 53
Hex A3 23 35

RGB Percentages of Color #a32335

%64.94
%13.94
%21.12

CMYK Percentages of Color #a32335

%0
%79
%67
%36

Triadic Colors of #a32335

#a32335 #35a323 #2335a3

Analogous Colors of #a32335

#a32335 #a35123 #a32375

Monochromatic Colors of #a32335

#a32335

Complementary Color

#a32335 #23a391

#a32335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32335 Color CSS Codes

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

#a32335 Text Font Color

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

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


#a32335 Background Color

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

This div background color is #a32335


#a32335 Border Color

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

This div border color is #a32335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32335


Comments

No comments written yet.

Please login to write comment.