Color Hex Logo

#54365c Color Hex

#54365C
(84,54,92)
0 Favorites   0 Comments

Color spaces of #54365c

RGB 845492
HSL0.800.260.29
HSV287°41°36°
CMYK 0.090.410.00   0.64
XYZ6.90715.295910.7834
Yxy5.29590.30050.2304
Hunter Lab23.012813.3028-11.6733
CIE-Lab27.561720.8861-17.4264

#54365c color RGB value is (84,54,92).

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

The process color (four color CMYK) of #54365c color hex is 0.09, 0.41, 0.00, 0.64. Web safe color of #54365c is #663366. Color #54365c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110110 01011100
Octal 124 66 134
Decimal 84 54 92
Hex 54 36 5C

RGB Percentages of Color #54365c

%36.52
%23.48
%40.00

CMYK Percentages of Color #54365c

%9
%41
%0
%64

Triadic Colors of #54365c

#54365c #5c5436 #365c54

Analogous Colors of #54365c

#54365c #5c3651 #41365c

Monochromatic Colors of #54365c

#54365c

Complementary Color

#54365c #3e5c36

#54365c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54365c Color Preview on White Background

Lorem ipsum dolor sit amet.

#54365c Color CSS Codes

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

#54365c Text Font Color

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

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


#54365c Background Color

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

This div background color is #54365c


#54365c Border Color

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

This div border color is #54365c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54365c


Comments

No comments written yet.

Please login to write comment.