Color Hex Logo

#542984 Color Hex

#542984
(84,41,132)
0 Favorites   0 Comments

Color spaces of #542984

RGB 8441132
HSL0.750.530.34
HSV268°69°52°
CMYK 0.360.690.00   0.48
XYZ8.61405.136622.3673
Yxy5.13660.23850.1422
Hunter Lab22.664128.1809-42.6488
CIE-Lab27.120438.7269-43.6632

#542984 color RGB value is (84,41,132).

#542984 hex color red value is 84, green value is 41 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #542984 hue: 0.75 , saturation: 0.53 and the lightness value of 542984 is 0.34.

The process color (four color CMYK) of #542984 color hex is 0.36, 0.69, 0.00, 0.48. Web safe color of #542984 is #663399. Color #542984 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101001 10000100
Octal 124 51 204
Decimal 84 41 132
Hex 54 29 84

RGB Percentages of Color #542984

%32.68
%15.95
%51.36

CMYK Percentages of Color #542984

%36
%69
%0
%48

Triadic Colors of #542984

#542984 #845429 #298454

Analogous Colors of #542984

#542984 #822984 #292c84

Monochromatic Colors of #542984

#542984

Complementary Color

#542984 #598429

#542984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542984 Color CSS Codes

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

#542984 Text Font Color

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

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


#542984 Background Color

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

This div background color is #542984


#542984 Border Color

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

This div border color is #542984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542984


Comments

No comments written yet.

Please login to write comment.