Color Hex Logo

#54064d Color Hex

#54064D
(84,6,77)
0 Favorites   0 Comments

Color spaces of #54064d

RGB 84677
HSL0.850.870.18
HSV305°93°33°
CMYK 0.000.930.08   0.67
XYZ5.06082.55097.2468
Yxy2.55090.34060.1717
Hunter Lab15.971528.6100-15.7217
CIE-Lab18.147340.9171-22.1765

#54064d color RGB value is (84,6,77).

#54064d hex color red value is 84, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #54064d hue: 0.85 , saturation: 0.87 and the lightness value of 54064d is 0.18.

The process color (four color CMYK) of #54064d color hex is 0.00, 0.93, 0.08, 0.67. Web safe color of #54064d is #660066. Color #54064d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00000110 01001101
Octal 124 6 115
Decimal 84 6 77
Hex 54 6 4D

RGB Percentages of Color #54064d

%50.30
%3.59
%46.11

CMYK Percentages of Color #54064d

%0
%93
%8
%67

Triadic Colors of #54064d

#54064d #4d5406 #064d54

Analogous Colors of #54064d

#54064d #540626 #340654

Monochromatic Colors of #54064d

#54064d

Complementary Color

#54064d #06540d

#54064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54064d Color CSS Codes

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

#54064d Text Font Color

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

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


#54064d Background Color

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

This div background color is #54064d


#54064d Border Color

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

This div border color is #54064d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,6,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 #54064d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54064d


Comments

No comments written yet.

Please login to write comment.