Color Hex Logo

#542eaf Color Hex

#542EAF
(84,46,175)
0 Favorites   0 Comments

Color spaces of #542eaf

RGB 8446175
HSL0.720.580.43
HSV258°74°69°
CMYK 0.520.740.00   0.31
XYZ12.37106.934041.2438
Yxy6.93400.20430.1145
Hunter Lab26.332537.7774-74.4314
CIE-Lab31.656247.9770-62.5434

#542eaf color RGB value is (84,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101110 10101111
Octal 124 56 257
Decimal 84 46 175
Hex 54 2E AF

RGB Percentages of Color #542eaf

%27.54
%15.08
%57.38

CMYK Percentages of Color #542eaf

%52
%74
%0
%31

Triadic Colors of #542eaf

#542eaf #af542e #2eaf54

Analogous Colors of #542eaf

#542eaf #952eaf #2e49af

Monochromatic Colors of #542eaf

#542eaf

Complementary Color

#542eaf #89af2e

#542eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#542eaf Color CSS Codes

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

#542eaf Text Font Color

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

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


#542eaf Background Color

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

This div background color is #542eaf


#542eaf Border Color

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

This div border color is #542eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542eaf


Comments

No comments written yet.

Please login to write comment.