Color Hex Logo

#542482 Color Hex

#542482
(84,36,130)
0 Favorites   0 Comments

Color spaces of #542482

RGB 8436130
HSL0.750.570.33
HSV271°72°51°
CMYK 0.350.720.00   0.49
XYZ8.31634.758321.5992
Yxy4.75830.23980.1372
Hunter Lab21.813529.8786-43.4380
CIE-Lab26.034840.7889-44.1685

#542482 color RGB value is (84,36,130).

#542482 hex color red value is 84, green value is 36 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #542482 hue: 0.75 , saturation: 0.57 and the lightness value of 542482 is 0.33.

The process color (four color CMYK) of #542482 color hex is 0.35, 0.72, 0.00, 0.49. Web safe color of #542482 is #663399. Color #542482 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100100 10000010
Octal 124 44 202
Decimal 84 36 130
Hex 54 24 82

RGB Percentages of Color #542482

%33.60
%14.40
%52.00

CMYK Percentages of Color #542482

%35
%72
%0
%49

Triadic Colors of #542482

#542482 #825424 #248254

Analogous Colors of #542482

#542482 #822481 #252482

Monochromatic Colors of #542482

#542482

Complementary Color

#542482 #528224

#542482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542482 Color CSS Codes

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

#542482 Text Font Color

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

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


#542482 Background Color

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

This div background color is #542482


#542482 Border Color

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

This div border color is #542482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542482


Comments

No comments written yet.

Please login to write comment.