Color Hex Logo

#a93543 Color Hex

#A93543
(169,53,67)
0 Favorites   0 Comments

Color spaces of #a93543

RGB 1695367
HSL0.980.520.44
HSV353°69°66°
CMYK 0.000.690.60   0.34
XYZ18.648411.38656.5251
Yxy11.38650.51010.3114
Hunter Lab33.743939.595412.1557
CIE-Lab40.224048.194318.6720

#a93543 color RGB value is (169,53,67).

#a93543 hex color red value is 169, green value is 53 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #a93543 hue: 0.98 , saturation: 0.52 and the lightness value of a93543 is 0.44.

The process color (four color CMYK) of #a93543 color hex is 0.00, 0.69, 0.60, 0.34. Web safe color of #a93543 is #993333. Color #a93543 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110101 01000011
Octal 251 65 103
Decimal 169 53 67
Hex A9 35 43

RGB Percentages of Color #a93543

%58.48
%18.34
%23.18

CMYK Percentages of Color #a93543

%0
%69
%60
%34

Triadic Colors of #a93543

#a93543 #43a935 #3543a9

Analogous Colors of #a93543

#a93543 #a96135 #a9357d

Monochromatic Colors of #a93543

#a93543

Complementary Color

#a93543 #35a99b

#a93543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93543 Color CSS Codes

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

#a93543 Text Font Color

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

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


#a93543 Background Color

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

This div background color is #a93543


#a93543 Border Color

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

This div border color is #a93543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93543


Comments

No comments written yet.

Please login to write comment.