Color Hex Logo

#544290 Color Hex

#544290
(84,66,144)
0 Favorites   0 Comments

Color spaces of #544290

RGB 8466144
HSL0.710.370.41
HSV254°54°56°
CMYK 0.420.540.00   0.44
XYZ10.63847.794927.3294
Yxy7.79490.23250.1703
Hunter Lab27.919319.1569-38.4936
CIE-Lab33.552027.3761-40.7250

#544290 color RGB value is (84,66,144).

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

The process color (four color CMYK) of #544290 color hex is 0.42, 0.54, 0.00, 0.44. Web safe color of #544290 is #663399. Color #544290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01000010 10010000
Octal 124 102 220
Decimal 84 66 144
Hex 54 42 90

RGB Percentages of Color #544290

%28.57
%22.45
%48.98

CMYK Percentages of Color #544290

%42
%54
%0
%44

Triadic Colors of #544290

#544290 #905442 #429054

Analogous Colors of #544290

#544290 #7b4290 #425790

Monochromatic Colors of #544290

#544290

Complementary Color

#544290 #7e9042

#544290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#544290 Color CSS Codes

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

#544290 Text Font Color

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

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


#544290 Background Color

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

This div background color is #544290


#544290 Border Color

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

This div border color is #544290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544290


Comments

No comments written yet.

Please login to write comment.