Color Hex Logo

#544876 Color Hex

#544876
(84,72,118)
0 Favorites   0 Comments

Color spaces of #544876

RGB 8472118
HSL0.710.240.37
HSV256°39°46°
CMYK 0.290.390.00   0.54
XYZ9.24357.827618.1632
Yxy7.82760.26230.2222
Hunter Lab27.977810.0127-18.9065
CIE-Lab33.621216.0491-24.5428

#544876 color RGB value is (84,72,118).

#544876 hex color red value is 84, green value is 72 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #544876 hue: 0.71 , saturation: 0.24 and the lightness value of 544876 is 0.37.

The process color (four color CMYK) of #544876 color hex is 0.29, 0.39, 0.00, 0.54. Web safe color of #544876 is #663366. Color #544876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001000 01110110
Octal 124 110 166
Decimal 84 72 118
Hex 54 48 76

RGB Percentages of Color #544876

%30.66
%26.28
%43.07

CMYK Percentages of Color #544876

%29
%39
%0
%54

Triadic Colors of #544876

#544876 #765448 #487654

Analogous Colors of #544876

#544876 #6b4876 #485376

Monochromatic Colors of #544876

#544876

Complementary Color

#544876 #6a7648

#544876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#544876 Color CSS Codes

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

#544876 Text Font Color

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

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


#544876 Background Color

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

This div background color is #544876


#544876 Border Color

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

This div border color is #544876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544876


Comments

No comments written yet.

Please login to write comment.