Color Hex Logo

#a24243 Color Hex

#A24243
(162,66,67)
0 Favorites   0 Comments

Color spaces of #a24243

RGB 1626667
HSL1.000.420.45
HSV359°59°64°
CMYK 0.000.590.59   0.36
XYZ17.861611.98316.6817
Yxy11.98310.48900.3281
Hunter Lab34.616631.524012.7875
CIE-Lab41.189239.888719.7151

#a24243 color RGB value is (162,66,67).

#a24243 hex color red value is 162, green value is 66 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #a24243 hue: 1.00 , saturation: 0.42 and the lightness value of a24243 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000010 01000011
Octal 242 102 103
Decimal 162 66 67
Hex A2 42 43

RGB Percentages of Color #a24243

%54.92
%22.37
%22.71

CMYK Percentages of Color #a24243

%0
%59
%59
%36

Triadic Colors of #a24243

#a24243 #43a242 #4243a2

Analogous Colors of #a24243

#a24243 #a27142 #a24273

Monochromatic Colors of #a24243

#a24243

Complementary Color

#a24243 #42a2a1

#a24243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24243 Color CSS Codes

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

#a24243 Text Font Color

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

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


#a24243 Background Color

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

This div background color is #a24243


#a24243 Border Color

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

This div border color is #a24243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24243


Comments

No comments written yet.

Please login to write comment.