Color Hex Logo

#542cb7 Color Hex

#542CB7
(84,44,183)
0 Favorites   0 Comments

Color spaces of #542cb7

RGB 8444183
HSL0.710.610.45
HSV257°76°72°
CMYK 0.540.760.00   0.28
XYZ13.10417.105145.4805
Yxy7.10510.19950.1082
Hunter Lab26.655441.1057-82.5042
CIE-Lab32.045051.2107-66.6674

#542cb7 color RGB value is (84,44,183).

#542cb7 hex color red value is 84, green value is 44 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #542cb7 hue: 0.71 , saturation: 0.61 and the lightness value of 542cb7 is 0.45.

The process color (four color CMYK) of #542cb7 color hex is 0.54, 0.76, 0.00, 0.28. Web safe color of #542cb7 is #6633cc. Color #542cb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101100 10110111
Octal 124 54 267
Decimal 84 44 183
Hex 54 2C B7

RGB Percentages of Color #542cb7

%27.01
%14.15
%58.84

CMYK Percentages of Color #542cb7

%54
%76
%0
%28

Triadic Colors of #542cb7

#542cb7 #b7542c #2cb754

Analogous Colors of #542cb7

#542cb7 #9a2cb7 #2c4ab7

Monochromatic Colors of #542cb7

#542cb7

Complementary Color

#542cb7 #8fb72c

#542cb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542cb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542cb7 Color CSS Codes

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

#542cb7 Text Font Color

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

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


#542cb7 Background Color

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

This div background color is #542cb7


#542cb7 Border Color

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

This div border color is #542cb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542cb7


Comments

No comments written yet.

Please login to write comment.