Color Hex Logo

#a54239 Color Hex

#A54239
(165,66,57)
0 Favorites   0 Comments

Color spaces of #a54239

RGB 1656657
HSL0.010.490.44
HSV65°65°
CMYK 0.000.600.65   0.35
XYZ18.203812.19125.2646
Yxy12.19120.51050.3419
Hunter Lab34.915931.960215.5014
CIE-Lab41.518440.287326.3081

#a54239 color RGB value is (165,66,57).

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

The process color (four color CMYK) of #a54239 color hex is 0.00, 0.60, 0.65, 0.35. Web safe color of #a54239 is #993333. Color #a54239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 00111001
Octal 245 102 71
Decimal 165 66 57
Hex A5 42 39

RGB Percentages of Color #a54239

%57.29
%22.92
%19.79

CMYK Percentages of Color #a54239

%0
%60
%65
%35

Triadic Colors of #a54239

#a54239 #39a542 #4239a5

Analogous Colors of #a54239

#a54239 #a57839 #a53966

Monochromatic Colors of #a54239

#a54239

Complementary Color

#a54239 #399ca5

#a54239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54239 Color CSS Codes

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

#a54239 Text Font Color

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

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


#a54239 Background Color

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

This div background color is #a54239


#a54239 Border Color

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

This div border color is #a54239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54239


Comments

No comments written yet.

Please login to write comment.