Color Hex Logo

#54204d Color Hex

#54204D
(84,32,77)
0 Favorites   0 Comments

Color spaces of #54204d

RGB 843277
HSL0.860.450.23
HSV308°62°33°
CMYK 0.000.620.08   0.67
XYZ5.51223.45377.3973
Yxy3.45370.33690.2111
Hunter Lab18.584120.4223-10.5911
CIE-Lab21.776330.7088-16.4767

#54204d color RGB value is (84,32,77).

#54204d hex color red value is 84, green value is 32 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #54204d hue: 0.86 , saturation: 0.45 and the lightness value of 54204d is 0.23.

The process color (four color CMYK) of #54204d color hex is 0.00, 0.62, 0.08, 0.67. Web safe color of #54204d is #663366. Color #54204d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100000 01001101
Octal 124 40 115
Decimal 84 32 77
Hex 54 20 4D

RGB Percentages of Color #54204d

%43.52
%16.58
%39.90

CMYK Percentages of Color #54204d

%0
%62
%8
%67

Triadic Colors of #54204d

#54204d #4d5420 #204d54

Analogous Colors of #54204d

#54204d #542033 #412054

Monochromatic Colors of #54204d

#54204d

Complementary Color

#54204d #205427

#54204d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54204d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54204d Color CSS Codes

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

#54204d Text Font Color

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

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


#54204d Background Color

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

This div background color is #54204d


#54204d Border Color

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

This div border color is #54204d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,32,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54204d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54204d;
  -webkit-box-shadow: 1px 1px 3px 2px #54204d;
  box-shadow:         1px 1px 3px 2px #54204d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54204d


Comments

No comments written yet.

Please login to write comment.