Color Hex Logo

#a54840 Color Hex

#A54840
(165,72,64)
0 Favorites   0 Comments

Color spaces of #a54840

RGB 1657264
HSL0.010.440.45
HSV61°65°
CMYK 0.000.560.61   0.35
XYZ18.759813.00426.3718
Yxy13.00420.49190.3410
Hunter Lab36.061329.751814.7668
CIE-Lab42.769637.799223.6788

#a54840 color RGB value is (165,72,64).

#a54840 hex color red value is 165, green value is 72 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a54840 hue: 0.01 , saturation: 0.44 and the lightness value of a54840 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001000 01000000
Octal 245 110 100
Decimal 165 72 64
Hex A5 48 40

RGB Percentages of Color #a54840

%54.82
%23.92
%21.26

CMYK Percentages of Color #a54840

%0
%56
%61
%35

Triadic Colors of #a54840

#a54840 #40a548 #4840a5

Analogous Colors of #a54840

#a54840 #a57b40 #a5406b

Monochromatic Colors of #a54840

#a54840

Complementary Color

#a54840 #409da5

#a54840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54840 Color CSS Codes

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

#a54840 Text Font Color

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

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


#a54840 Background Color

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

This div background color is #a54840


#a54840 Border Color

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

This div border color is #a54840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54840


Comments

No comments written yet.

Please login to write comment.