Color Hex Logo

#a53340 Color Hex

#A53340
(165,51,64)
0 Favorites   0 Comments

Color spaces of #a53340

RGB 1655164
HSL0.980.530.42
HSV353°69°65°
CMYK 0.000.690.61   0.35
XYZ17.626310.73725.9940
Yxy10.73720.51300.3125
Hunter Lab32.767738.674812.0918
CIE-Lab39.134347.483118.9770

#a53340 color RGB value is (165,51,64).

#a53340 hex color red value is 165, green value is 51 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a53340 hue: 0.98 , saturation: 0.53 and the lightness value of a53340 is 0.42.

The process color (four color CMYK) of #a53340 color hex is 0.00, 0.69, 0.61, 0.35. Web safe color of #a53340 is #993333. Color #a53340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110011 01000000
Octal 245 63 100
Decimal 165 51 64
Hex A5 33 40

RGB Percentages of Color #a53340

%58.93
%18.21
%22.86

CMYK Percentages of Color #a53340

%0
%69
%61
%35

Triadic Colors of #a53340

#a53340 #40a533 #3340a5

Analogous Colors of #a53340

#a53340 #a55f33 #a53379

Monochromatic Colors of #a53340

#a53340

Complementary Color

#a53340 #33a598

#a53340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53340 Color CSS Codes

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

#a53340 Text Font Color

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

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


#a53340 Background Color

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

This div background color is #a53340


#a53340 Border Color

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

This div border color is #a53340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,51,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a53340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a53340;
  -webkit-box-shadow: 1px 1px 3px 2px #a53340;
  box-shadow:         1px 1px 3px 2px #a53340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,51,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53340


Comments

No comments written yet.

Please login to write comment.