Color Hex Logo

#a54027 Color Hex

#A54027
(165,64,39)
0 Favorites   0 Comments

Color spaces of #a54027

RGB 1656439
HSL0.030.620.40
HSV12°76°65°
CMYK 0.000.610.76   0.35
XYZ17.716711.81263.2657
Yxy11.81260.54020.3602
Hunter Lab34.369531.866318.4250
CIE-Lab40.916740.286835.9926

#a54027 color RGB value is (165,64,39).

#a54027 hex color red value is 165, green value is 64 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a54027 hue: 0.03 , saturation: 0.62 and the lightness value of a54027 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000000 00100111
Octal 245 100 47
Decimal 165 64 39
Hex A5 40 27

RGB Percentages of Color #a54027

%61.57
%23.88
%14.55

CMYK Percentages of Color #a54027

%0
%61
%76
%35

Triadic Colors of #a54027

#a54027 #27a540 #4027a5

Analogous Colors of #a54027

#a54027 #a57f27 #a5274d

Monochromatic Colors of #a54027

#a54027

Complementary Color

#a54027 #278ca5

#a54027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54027 Color CSS Codes

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

#a54027 Text Font Color

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

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


#a54027 Background Color

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

This div background color is #a54027


#a54027 Border Color

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

This div border color is #a54027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54027


Comments

No comments written yet.

Please login to write comment.