Color Hex Logo

#a03237 Color Hex

#A03237
(160,50,55)
0 Favorites   0 Comments

Color spaces of #a03237

RGB 1605055
HSL0.990.520.41
HSV357°69°63°
CMYK 0.000.690.66   0.37
XYZ16.327410.03064.6900
Yxy10.03060.52590.3231
Hunter Lab31.671136.597613.3899
CIE-Lab37.897345.631622.8184

#a03237 color RGB value is (160,50,55).

#a03237 hex color red value is 160, green value is 50 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #a03237 hue: 0.99 , saturation: 0.52 and the lightness value of a03237 is 0.41.

The process color (four color CMYK) of #a03237 color hex is 0.00, 0.69, 0.66, 0.37. Web safe color of #a03237 is #993333. Color #a03237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 00110111
Octal 240 62 67
Decimal 160 50 55
Hex A0 32 37

RGB Percentages of Color #a03237

%60.38
%18.87
%20.75

CMYK Percentages of Color #a03237

%0
%69
%66
%37

Triadic Colors of #a03237

#a03237 #37a032 #3237a0

Analogous Colors of #a03237

#a03237 #a06432 #a0326e

Monochromatic Colors of #a03237

#a03237

Complementary Color

#a03237 #32a09b

#a03237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03237 Color CSS Codes

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

#a03237 Text Font Color

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

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


#a03237 Background Color

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

This div background color is #a03237


#a03237 Border Color

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

This div border color is #a03237


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,50,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a03237; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a03237;
  -webkit-box-shadow: 1px 1px 3px 2px #a03237;
  box-shadow:         1px 1px 3px 2px #a03237; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,50,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03237


Comments

No comments written yet.

Please login to write comment.