Color Hex Logo

#a04448 Color Hex

#A04448
(160,68,72)
0 Favorites   0 Comments

Color spaces of #a04448

RGB 1606872
HSL0.990.400.45
HSV357°58°63°
CMYK 0.000.580.55   0.37
XYZ17.734012.07577.5270
Yxy12.07570.47500.3234
Hunter Lab34.750130.281111.4826
CIE-Lab41.336238.571716.7730

#a04448 color RGB value is (160,68,72).

#a04448 hex color red value is 160, green value is 68 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a04448 hue: 0.99 , saturation: 0.40 and the lightness value of a04448 is 0.45.

The process color (four color CMYK) of #a04448 color hex is 0.00, 0.58, 0.55, 0.37. Web safe color of #a04448 is #993333. Color #a04448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 01001000
Octal 240 104 110
Decimal 160 68 72
Hex A0 44 48

RGB Percentages of Color #a04448

%53.33
%22.67
%24.00

CMYK Percentages of Color #a04448

%0
%58
%55
%37

Triadic Colors of #a04448

#a04448 #48a044 #4448a0

Analogous Colors of #a04448

#a04448 #a06e44 #a04476

Monochromatic Colors of #a04448

#a04448

Complementary Color

#a04448 #44a09c

#a04448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04448 Color CSS Codes

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

#a04448 Text Font Color

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

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


#a04448 Background Color

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

This div background color is #a04448


#a04448 Border Color

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

This div border color is #a04448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04448


Comments

No comments written yet.

Please login to write comment.