Color Hex Logo

#a24447 Color Hex

#A24447
(162,68,71)
0 Favorites   0 Comments

Color spaces of #a24447

RGB 1626871
HSL0.990.410.45
HSV358°58°64°
CMYK 0.000.580.56   0.36
XYZ18.104712.27067.3755
Yxy12.27060.47960.3250
Hunter Lab35.029430.955012.0370
CIE-Lab41.643039.226317.8564

#a24447 color RGB value is (162,68,71).

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

The process color (four color CMYK) of #a24447 color hex is 0.00, 0.58, 0.56, 0.36. Web safe color of #a24447 is #993333. Color #a24447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000100 01000111
Octal 242 104 107
Decimal 162 68 71
Hex A2 44 47

RGB Percentages of Color #a24447

%53.82
%22.59
%23.59

CMYK Percentages of Color #a24447

%0
%58
%56
%36

Triadic Colors of #a24447

#a24447 #47a244 #4447a2

Analogous Colors of #a24447

#a24447 #a27044 #a24476

Monochromatic Colors of #a24447

#a24447

Complementary Color

#a24447 #44a29f

#a24447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24447 Color CSS Codes

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

#a24447 Text Font Color

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

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


#a24447 Background Color

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

This div background color is #a24447


#a24447 Border Color

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

This div border color is #a24447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24447


Comments

No comments written yet.

Please login to write comment.