Color Hex Logo

#544863 Color Hex

#544863
(84,72,99)
0 Favorites   0 Comments

Color spaces of #544863

RGB 847299
HSL0.740.160.34
HSV267°27°39°
CMYK 0.150.270.00   0.61
XYZ8.22577.420412.8031
Yxy7.42040.28910.2608
Hunter Lab27.24046.2304-8.7982
CIE-Lab32.745411.0547-13.9386

#544863 color RGB value is (84,72,99).

#544863 hex color red value is 84, green value is 72 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #544863 hue: 0.74 , saturation: 0.16 and the lightness value of 544863 is 0.34.

The process color (four color CMYK) of #544863 color hex is 0.15, 0.27, 0.00, 0.61. Web safe color of #544863 is #663366. Color #544863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001000 01100011
Octal 124 110 143
Decimal 84 72 99
Hex 54 48 63

RGB Percentages of Color #544863

%32.94
%28.24
%38.82

CMYK Percentages of Color #544863

%15
%27
%0
%61

Triadic Colors of #544863

#544863 #635448 #486354

Analogous Colors of #544863

#544863 #624863 #484a63

Monochromatic Colors of #544863

#544863

Complementary Color

#544863 #576348

#544863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#544863 Color CSS Codes

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

#544863 Text Font Color

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

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


#544863 Background Color

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

This div background color is #544863


#544863 Border Color

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

This div border color is #544863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544863


Comments

No comments written yet.

Please login to write comment.