Color Hex Logo

#540014 Color Hex

#540014
(84,0,20)
0 Favorites   0 Comments

Color spaces of #540014

RGB 84020
HSL0.961.000.16
HSV346°100°33°
CMYK 0.001.000.76   0.67
XYZ3.78241.93530.8360
Yxy1.93530.57710.2953
Hunter Lab13.911524.18726.1751
CIE-Lab15.144036.463814.1526

#540014 color RGB value is (84,0,20).

#540014 hex color red value is 84, green value is 0 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #540014 hue: 0.96 , saturation: 1.00 and the lightness value of 540014 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00000000 00010100
Octal 124 0 24
Decimal 84 0 20
Hex 54 0 14

RGB Percentages of Color #540014

%80.77
%0.00
%19.23

CMYK Percentages of Color #540014

%0
%100
%76
%67

Triadic Colors of #540014

#540014 #145400 #001454

Analogous Colors of #540014

#540014 #541600 #54003e

Monochromatic Colors of #540014

#540014

Complementary Color

#540014 #005440

#540014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#540014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#540014 Color CSS Codes

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

#540014 Text Font Color

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

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


#540014 Background Color

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

This div background color is #540014


#540014 Border Color

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

This div border color is #540014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #540014


Comments

No comments written yet.

Please login to write comment.