Color Hex Logo

#542dac Color Hex

#542DAC
(84,45,172)
0 Favorites   0 Comments

Color spaces of #542dac

RGB 8445172
HSL0.720.590.43
HSV258°74°67°
CMYK 0.510.740.00   0.33
XYZ12.04096.740139.6961
Yxy6.74010.20590.1153
Hunter Lab25.961737.3544-72.4827
CIE-Lab31.207847.6357-61.4833

#542dac color RGB value is (84,45,172).

#542dac hex color red value is 84, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #542dac hue: 0.72 , saturation: 0.59 and the lightness value of 542dac is 0.43.

The process color (four color CMYK) of #542dac color hex is 0.51, 0.74, 0.00, 0.33. Web safe color of #542dac is #663399. Color #542dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101101 10101100
Octal 124 55 254
Decimal 84 45 172
Hex 54 2D AC

RGB Percentages of Color #542dac

%27.91
%14.95
%57.14

CMYK Percentages of Color #542dac

%51
%74
%0
%33

Triadic Colors of #542dac

#542dac #ac542d #2dac54

Analogous Colors of #542dac

#542dac #942dac #2d46ac

Monochromatic Colors of #542dac

#542dac

Complementary Color

#542dac #85ac2d

#542dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#542dac Color CSS Codes

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

#542dac Text Font Color

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

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


#542dac Background Color

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

This div background color is #542dac


#542dac Border Color

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

This div border color is #542dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,45,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #542dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #542dac;
  -webkit-box-shadow: 1px 1px 3px 2px #542dac;
  box-shadow:         1px 1px 3px 2px #542dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542dac


Comments

No comments written yet.

Please login to write comment.