Color Hex Logo

#542eac Color Hex

#542EAC
(84,46,172)
0 Favorites   0 Comments

Color spaces of #542eac

RGB 8446172
HSL0.720.580.43
HSV258°73°67°
CMYK 0.510.730.00   0.33
XYZ12.07956.817439.7089
Yxy6.81740.20610.1163
Hunter Lab26.110236.8878-71.8924
CIE-Lab31.387547.1288-61.1887

#542eac color RGB value is (84,46,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101110 10101100
Octal 124 56 254
Decimal 84 46 172
Hex 54 2E AC

RGB Percentages of Color #542eac

%27.81
%15.23
%56.95

CMYK Percentages of Color #542eac

%51
%73
%0
%33

Triadic Colors of #542eac

#542eac #ac542e #2eac54

Analogous Colors of #542eac

#542eac #932eac #2e47ac

Monochromatic Colors of #542eac

#542eac

Complementary Color

#542eac #86ac2e

#542eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#542eac Color CSS Codes

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

#542eac Text Font Color

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

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


#542eac Background Color

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

This div background color is #542eac


#542eac Border Color

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

This div border color is #542eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,46,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 #542eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542eac


Comments

No comments written yet.

Please login to write comment.