Color Hex Logo

#542489 Color Hex

#542489
(84,36,137)
0 Favorites   0 Comments

Color spaces of #542489

RGB 8436137
HSL0.750.580.34
HSV269°74°54°
CMYK 0.390.740.00   0.46
XYZ8.80244.952724.1589
Yxy4.95270.23220.1306
Hunter Lab22.254731.6566-48.7849
CIE-Lab26.599642.5976-47.6315

#542489 color RGB value is (84,36,137).

#542489 hex color red value is 84, green value is 36 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #542489 hue: 0.75 , saturation: 0.58 and the lightness value of 542489 is 0.34.

The process color (four color CMYK) of #542489 color hex is 0.39, 0.74, 0.00, 0.46. Web safe color of #542489 is #663399. Color #542489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100100 10001001
Octal 124 44 211
Decimal 84 36 137
Hex 54 24 89

RGB Percentages of Color #542489

%32.68
%14.01
%53.31

CMYK Percentages of Color #542489

%39
%74
%0
%46

Triadic Colors of #542489

#542489 #895424 #248954

Analogous Colors of #542489

#542489 #872489 #242689

Monochromatic Colors of #542489

#542489

Complementary Color

#542489 #598924

#542489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542489 Color CSS Codes

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

#542489 Text Font Color

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

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


#542489 Background Color

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

This div background color is #542489


#542489 Border Color

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

This div border color is #542489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542489


Comments

No comments written yet.

Please login to write comment.