Color Hex Logo

#543363 Color Hex

#543363
(84,51,99)
0 Favorites   0 Comments

Color spaces of #543363

RGB 845199
HSL0.780.320.29
HSV281°48°39°
CMYK 0.150.480.00   0.61
XYZ7.09215.153312.4253
Yxy5.15330.28750.2089
Hunter Lab22.700916.0396-16.5617
CIE-Lab27.167124.4332-22.5830

#543363 color RGB value is (84,51,99).

#543363 hex color red value is 84, green value is 51 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #543363 hue: 0.78 , saturation: 0.32 and the lightness value of 543363 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110011 01100011
Octal 124 63 143
Decimal 84 51 99
Hex 54 33 63

RGB Percentages of Color #543363

%35.90
%21.79
%42.31

CMYK Percentages of Color #543363

%15
%48
%0
%61

Triadic Colors of #543363

#543363 #635433 #336354

Analogous Colors of #543363

#543363 #63335a #3c3363

Monochromatic Colors of #543363

#543363

Complementary Color

#543363 #426333

#543363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#543363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#543363 Color CSS Codes

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

#543363 Text Font Color

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

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


#543363 Background Color

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

This div background color is #543363


#543363 Border Color

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

This div border color is #543363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #543363


Comments

No comments written yet.

Please login to write comment.