Color Hex Logo

#542552 Color Hex

#542552
(84,37,82)
0 Favorites   0 Comments

Color spaces of #542552

RGB 843782
HSL0.840.390.24
HSV303°56°33°
CMYK 0.000.560.02   0.67
XYZ5.84073.81718.4116
Yxy3.81710.32320.2112
Hunter Lab19.537419.1721-11.8504
CIE-Lab23.057328.9578-17.8395

#542552 color RGB value is (84,37,82).

#542552 hex color red value is 84, green value is 37 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #542552 hue: 0.84 , saturation: 0.39 and the lightness value of 542552 is 0.24.

The process color (four color CMYK) of #542552 color hex is 0.00, 0.56, 0.02, 0.67. Web safe color of #542552 is #663366. Color #542552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100101 01010010
Octal 124 45 122
Decimal 84 37 82
Hex 54 25 52

RGB Percentages of Color #542552

%41.38
%18.23
%40.39

CMYK Percentages of Color #542552

%0
%56
%2
%67

Triadic Colors of #542552

#542552 #525425 #255254

Analogous Colors of #542552

#542552 #54253b #3f2554

Monochromatic Colors of #542552

#542552

Complementary Color

#542552 #255427

#542552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542552 Color CSS Codes

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

#542552 Text Font Color

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

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


#542552 Background Color

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

This div background color is #542552


#542552 Border Color

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

This div border color is #542552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542552


Comments

No comments written yet.

Please login to write comment.