Color Hex Logo

#544463 Color Hex

#544463
(84,68,99)
0 Favorites   0 Comments

Color spaces of #544463

RGB 846899
HSL0.750.190.33
HSV271°31°39°
CMYK 0.150.310.00   0.61
XYZ7.97546.919912.7197
Yxy6.91990.28880.2506
Hunter Lab26.30578.0829-10.2547
CIE-Lab31.623913.6225-15.6591

#544463 color RGB value is (84,68,99).

#544463 hex color red value is 84, green value is 68 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #544463 hue: 0.75 , saturation: 0.19 and the lightness value of 544463 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01000100 01100011
Octal 124 104 143
Decimal 84 68 99
Hex 54 44 63

RGB Percentages of Color #544463

%33.47
%27.09
%39.44

CMYK Percentages of Color #544463

%15
%31
%0
%61

Triadic Colors of #544463

#544463 #635444 #446354

Analogous Colors of #544463

#544463 #634463 #454463

Monochromatic Colors of #544463

#544463

Complementary Color

#544463 #536344

#544463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#544463 Color CSS Codes

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

#544463 Text Font Color

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

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


#544463 Background Color

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

This div background color is #544463


#544463 Border Color

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

This div border color is #544463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544463


Comments

No comments written yet.

Please login to write comment.