Color Hex Logo

#542491 Color Hex

#542491
(84,36,145)
0 Favorites   0 Comments

Color spaces of #542491

RGB 8436145
HSL0.740.600.35
HSV266°75°57°
CMYK 0.420.750.00   0.43
XYZ9.39795.190927.2947
Yxy5.19090.22440.1239
Hunter Lab22.783533.7576-55.0810
CIE-Lab27.271944.6903-51.4994

#542491 color RGB value is (84,36,145).

#542491 hex color red value is 84, green value is 36 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #542491 hue: 0.74 , saturation: 0.60 and the lightness value of 542491 is 0.35.

The process color (four color CMYK) of #542491 color hex is 0.42, 0.75, 0.00, 0.43. Web safe color of #542491 is #663399. Color #542491 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100100 10010001
Octal 124 44 221
Decimal 84 36 145
Hex 54 24 91

RGB Percentages of Color #542491

%31.70
%13.58
%54.72

CMYK Percentages of Color #542491

%42
%75
%0
%43

Triadic Colors of #542491

#542491 #915424 #249154

Analogous Colors of #542491

#542491 #8b2491 #242a91

Monochromatic Colors of #542491

#542491

Complementary Color

#542491 #619124

#542491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542491 Color CSS Codes

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

#542491 Text Font Color

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

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


#542491 Background Color

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

This div background color is #542491


#542491 Border Color

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

This div border color is #542491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542491


Comments

No comments written yet.

Please login to write comment.