Color Hex Logo

#542962 Color Hex

#542962
(84,41,98)
0 Favorites   0 Comments

Color spaces of #542962

RGB 844198
HSL0.790.410.27
HSV285°58°38°
CMYK 0.140.580.00   0.62
XYZ6.65374.352512.0447
Yxy4.35250.28870.1888
Hunter Lab20.862620.4192-19.6262
CIE-Lab24.804130.1886-25.6563

#542962 color RGB value is (84,41,98).

#542962 hex color red value is 84, green value is 41 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #542962 hue: 0.79 , saturation: 0.41 and the lightness value of 542962 is 0.27.

The process color (four color CMYK) of #542962 color hex is 0.14, 0.58, 0.00, 0.62. Web safe color of #542962 is #663366. Color #542962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101001 01100010
Octal 124 51 142
Decimal 84 41 98
Hex 54 29 62

RGB Percentages of Color #542962

%37.67
%18.39
%43.95

CMYK Percentages of Color #542962

%14
%58
%0
%62

Triadic Colors of #542962

#542962 #625429 #296254

Analogous Colors of #542962

#542962 #622954 #382962

Monochromatic Colors of #542962

#542962

Complementary Color

#542962 #376229

#542962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542962 Color CSS Codes

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

#542962 Text Font Color

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

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


#542962 Background Color

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

This div background color is #542962


#542962 Border Color

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

This div border color is #542962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542962


Comments

No comments written yet.

Please login to write comment.