Color Hex Logo

#a93241 Color Hex

#A93241
(169,50,65)
0 Favorites   0 Comments

Color spaces of #a93241

RGB 1695065
HSL0.980.540.43
HSV352°70°66°
CMYK 0.000.700.62   0.34
XYZ18.456911.09796.1703
Yxy11.09790.51660.3106
Hunter Lab33.313540.596912.3378
CIE-Lab39.744949.261419.2911

#a93241 color RGB value is (169,50,65).

#a93241 hex color red value is 169, green value is 50 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a93241 hue: 0.98 , saturation: 0.54 and the lightness value of a93241 is 0.43.

The process color (four color CMYK) of #a93241 color hex is 0.00, 0.70, 0.62, 0.34. Web safe color of #a93241 is #993333. Color #a93241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110010 01000001
Octal 251 62 101
Decimal 169 50 65
Hex A9 32 41

RGB Percentages of Color #a93241

%59.51
%17.61
%22.89

CMYK Percentages of Color #a93241

%0
%70
%62
%34

Triadic Colors of #a93241

#a93241 #41a932 #3241a9

Analogous Colors of #a93241

#a93241 #a95f32 #a9327d

Monochromatic Colors of #a93241

#a93241

Complementary Color

#a93241 #32a99a

#a93241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93241 Color CSS Codes

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

#a93241 Text Font Color

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

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


#a93241 Background Color

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

This div background color is #a93241


#a93241 Border Color

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

This div border color is #a93241


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,50,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 #a93241">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93241


Comments

No comments written yet.

Please login to write comment.