Color Hex Logo

#542989 Color Hex

#542989
(84,41,137)
0 Favorites   0 Comments

Color spaces of #542989

RGB 8441137
HSL0.740.540.35
HSV267°70°54°
CMYK 0.390.700.00   0.46
XYZ8.96455.276824.2130
Yxy5.27680.23310.1372
Hunter Lab22.971329.4595-46.4150
CIE-Lab27.509240.0568-46.1534

#542989 color RGB value is (84,41,137).

#542989 hex color red value is 84, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #542989 hue: 0.74 , saturation: 0.54 and the lightness value of 542989 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101001 10001001
Octal 124 51 211
Decimal 84 41 137
Hex 54 29 89

RGB Percentages of Color #542989

%32.06
%15.65
%52.29

CMYK Percentages of Color #542989

%39
%70
%0
%46

Triadic Colors of #542989

#542989 #895429 #298954

Analogous Colors of #542989

#542989 #842989 #292e89

Monochromatic Colors of #542989

#542989

Complementary Color

#542989 #5e8929

#542989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542989 Color CSS Codes

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

#542989 Text Font Color

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

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


#542989 Background Color

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

This div background color is #542989


#542989 Border Color

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

This div border color is #542989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542989


Comments

No comments written yet.

Please login to write comment.