Color Hex Logo

#542863 Color Hex

#542863
(84,40,99)
0 Favorites   0 Comments

Color spaces of #542863

RGB 844099
HSL0.790.420.27
HSV285°60°39°
CMYK 0.150.600.00   0.61
XYZ6.66714.303312.2836
Yxy4.30330.28670.1851
Hunter Lab20.744421.0659-20.5869
CIE-Lab24.649830.9920-26.5530

#542863 color RGB value is (84,40,99).

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

The process color (four color CMYK) of #542863 color hex is 0.15, 0.60, 0.00, 0.61. Web safe color of #542863 is #663366. Color #542863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101000 01100011
Octal 124 50 143
Decimal 84 40 99
Hex 54 28 63

RGB Percentages of Color #542863

%37.67
%17.94
%44.39

CMYK Percentages of Color #542863

%15
%60
%0
%61

Triadic Colors of #542863

#542863 #635428 #286354

Analogous Colors of #542863

#542863 #632855 #362863

Monochromatic Colors of #542863

#542863

Complementary Color

#542863 #376328

#542863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542863 Color CSS Codes

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

#542863 Text Font Color

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

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


#542863 Background Color

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

This div background color is #542863


#542863 Border Color

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

This div border color is #542863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542863


Comments

No comments written yet.

Please login to write comment.