Color Hex Logo

#542370 Color Hex

#542370
(84,35,112)
0 Favorites   0 Comments

Color spaces of #542370

RGB 8435112
HSL0.770.520.29
HSV278°69°44°
CMYK 0.250.690.00   0.56
XYZ7.18184.256715.7723
Yxy4.25670.26390.1564
Hunter Lab20.631826.0292-30.8830
CIE-Lab24.502536.8022-35.2049

#542370 color RGB value is (84,35,112).

#542370 hex color red value is 84, green value is 35 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #542370 hue: 0.77 , saturation: 0.52 and the lightness value of 542370 is 0.29.

The process color (four color CMYK) of #542370 color hex is 0.25, 0.69, 0.00, 0.56. Web safe color of #542370 is #663366. Color #542370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100011 01110000
Octal 124 43 160
Decimal 84 35 112
Hex 54 23 70

RGB Percentages of Color #542370

%36.36
%15.15
%48.48

CMYK Percentages of Color #542370

%25
%69
%0
%56

Triadic Colors of #542370

#542370 #705423 #237054

Analogous Colors of #542370

#542370 #702366 #2e2370

Monochromatic Colors of #542370

#542370

Complementary Color

#542370 #3f7023

#542370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542370 Color CSS Codes

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

#542370 Text Font Color

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

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


#542370 Background Color

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

This div background color is #542370


#542370 Border Color

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

This div border color is #542370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542370


Comments

No comments written yet.

Please login to write comment.