Color Hex Logo

#542eae Color Hex

#542EAE
(84,46,174)
0 Favorites   0 Comments

Color spaces of #542eae

RGB 8446174
HSL0.720.580.43
HSV258°74°68°
CMYK 0.520.740.00   0.32
XYZ12.27316.894840.7284
Yxy6.89480.20490.1151
Hunter Lab26.258037.4804-73.5835
CIE-Lab31.566247.6946-62.0932

#542eae color RGB value is (84,46,174).

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

The process color (four color CMYK) of #542eae color hex is 0.52, 0.74, 0.00, 0.32. Web safe color of #542eae is #663399. Color #542eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101110 10101110
Octal 124 56 256
Decimal 84 46 174
Hex 54 2E AE

RGB Percentages of Color #542eae

%27.63
%15.13
%57.24

CMYK Percentages of Color #542eae

%52
%74
%0
%32

Triadic Colors of #542eae

#542eae #ae542e #2eae54

Analogous Colors of #542eae

#542eae #942eae #2e48ae

Monochromatic Colors of #542eae

#542eae

Complementary Color

#542eae #88ae2e

#542eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#542eae Color CSS Codes

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

#542eae Text Font Color

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

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


#542eae Background Color

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

This div background color is #542eae


#542eae Border Color

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

This div border color is #542eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542eae


Comments

No comments written yet.

Please login to write comment.