Color Hex Logo

#a00441 Color Hex

#A00441
(160,4,65)
0 Favorites   0 Comments

Color spaces of #a00441

RGB 160465
HSL0.930.950.32
HSV337°98°63°
CMYK 0.000.980.59   0.37
XYZ15.49487.94215.7173
Yxy7.94210.53150.2724
Hunter Lab28.181748.82437.6989
CIE-Lab33.862058.217911.0761

#a00441 color RGB value is (160,4,65).

#a00441 hex color red value is 160, green value is 4 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a00441 hue: 0.93 , saturation: 0.95 and the lightness value of a00441 is 0.32.

The process color (four color CMYK) of #a00441 color hex is 0.00, 0.98, 0.59, 0.37. Web safe color of #a00441 is #990033. Color #a00441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000100 01000001
Octal 240 4 101
Decimal 160 4 65
Hex A0 4 41

RGB Percentages of Color #a00441

%69.87
%1.75
%28.38

CMYK Percentages of Color #a00441

%0
%98
%59
%37

Triadic Colors of #a00441

#a00441 #41a004 #0441a0

Analogous Colors of #a00441

#a00441 #a01504 #a0048f

Monochromatic Colors of #a00441

#a00441

Complementary Color

#a00441 #04a063

#a00441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00441 Color CSS Codes

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

#a00441 Text Font Color

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

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


#a00441 Background Color

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

This div background color is #a00441


#a00441 Border Color

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

This div border color is #a00441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00441


Comments

No comments written yet.

Please login to write comment.