Color Hex Logo

#54140e Color Hex

#54140E
(84,20,14)
0 Favorites   0 Comments

Color spaces of #54140e

RGB 842014
HSL0.010.710.19
HSV83°33°
CMYK 0.000.760.83   0.67
XYZ3.98562.41680.6719
Yxy2.41680.56340.3416
Hunter Lab15.546118.55718.3197
CIE-Lab17.538129.148120.6276

#54140e color RGB value is (84,20,14).

#54140e hex color red value is 84, green value is 20 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #54140e hue: 0.01 , saturation: 0.71 and the lightness value of 54140e is 0.19.

The process color (four color CMYK) of #54140e color hex is 0.00, 0.76, 0.83, 0.67. Web safe color of #54140e is #660000. Color #54140e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010100 00001110
Octal 124 24 16
Decimal 84 20 14
Hex 54 14 E

RGB Percentages of Color #54140e

%71.19
%16.95
%11.86

CMYK Percentages of Color #54140e

%0
%76
%83
%67

Triadic Colors of #54140e

#54140e #0e5414 #140e54

Analogous Colors of #54140e

#54140e #54370e #540e2b

Monochromatic Colors of #54140e

#54140e

Complementary Color

#54140e #0e4e54

#54140e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54140e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54140e Color CSS Codes

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

#54140e Text Font Color

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

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


#54140e Background Color

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

This div background color is #54140e


#54140e Border Color

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

This div border color is #54140e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,20,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54140e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54140e;
  -webkit-box-shadow: 1px 1px 3px 2px #54140e;
  box-shadow:         1px 1px 3px 2px #54140e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,20,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54140e


Comments

No comments written yet.

Please login to write comment.