Color Hex Logo

#54365d Color Hex

#54365D
(84,54,93)
0 Favorites   0 Comments

Color spaces of #54365d

RGB 845493
HSL0.790.270.29
HSV286°42°36°
CMYK 0.100.420.00   0.64
XYZ6.95115.313511.0152
Yxy5.31350.29860.2282
Hunter Lab23.051013.4879-12.1967
CIE-Lab27.609921.1205-18.0016

#54365d color RGB value is (84,54,93).

#54365d hex color red value is 84, green value is 54 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #54365d hue: 0.79 , saturation: 0.27 and the lightness value of 54365d is 0.29.

The process color (four color CMYK) of #54365d color hex is 0.10, 0.42, 0.00, 0.64. Web safe color of #54365d is #663366. Color #54365d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110110 01011101
Octal 124 66 135
Decimal 84 54 93
Hex 54 36 5D

RGB Percentages of Color #54365d

%36.36
%23.38
%40.26

CMYK Percentages of Color #54365d

%10
%42
%0
%64

Triadic Colors of #54365d

#54365d #5d5436 #365d54

Analogous Colors of #54365d

#54365d #5d3653 #41365d

Monochromatic Colors of #54365d

#54365d

Complementary Color

#54365d #3f5d36

#54365d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54365d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54365d Color CSS Codes

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

#54365d Text Font Color

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

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


#54365d Background Color

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

This div background color is #54365d


#54365d Border Color

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

This div border color is #54365d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54365d


Comments

No comments written yet.

Please login to write comment.