Color Hex Logo

#542b5e Color Hex

#542B5E
(84,43,94)
0 Favorites   0 Comments

Color spaces of #542b5e

RGB 844394
HSL0.800.370.27
HSV288°54°37°
CMYK 0.110.540.00   0.63
XYZ6.54044.420711.0982
Yxy4.42070.29650.2004
Hunter Lab21.025518.7315-16.5782
CIE-Lab25.016228.0983-22.7070

#542b5e color RGB value is (84,43,94).

#542b5e hex color red value is 84, green value is 43 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #542b5e hue: 0.80 , saturation: 0.37 and the lightness value of 542b5e is 0.27.

The process color (four color CMYK) of #542b5e color hex is 0.11, 0.54, 0.00, 0.63. Web safe color of #542b5e is #663366. Color #542b5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101011 01011110
Octal 124 53 136
Decimal 84 43 94
Hex 54 2B 5E

RGB Percentages of Color #542b5e

%38.01
%19.46
%42.53

CMYK Percentages of Color #542b5e

%11
%54
%0
%63

Triadic Colors of #542b5e

#542b5e #5e542b #2b5e54

Analogous Colors of #542b5e

#542b5e #5e2b4f #3b2b5e

Monochromatic Colors of #542b5e

#542b5e

Complementary Color

#542b5e #355e2b

#542b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#542b5e Color CSS Codes

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

#542b5e Text Font Color

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

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


#542b5e Background Color

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

This div background color is #542b5e


#542b5e Border Color

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

This div border color is #542b5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,43,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #542b5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #542b5e;
  -webkit-box-shadow: 1px 1px 3px 2px #542b5e;
  box-shadow:         1px 1px 3px 2px #542b5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542b5e


Comments

No comments written yet.

Please login to write comment.