Color Hex Logo

#542ea7 Color Hex

#542EA7
(84,46,167)
0 Favorites   0 Comments

Color spaces of #542ea7

RGB 8446167
HSL0.720.570.42
HSV259°72°65°
CMYK 0.500.720.00   0.35
XYZ11.60826.628837.2269
Yxy6.62880.20930.1195
Hunter Lab25.746535.4233-67.7051
CIE-Lab30.946545.7171-58.9077

#542ea7 color RGB value is (84,46,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101110 10100111
Octal 124 56 247
Decimal 84 46 167
Hex 54 2E A7

RGB Percentages of Color #542ea7

%28.28
%15.49
%56.23

CMYK Percentages of Color #542ea7

%50
%72
%0
%35

Triadic Colors of #542ea7

#542ea7 #a7542e #2ea754

Analogous Colors of #542ea7

#542ea7 #912ea7 #2e45a7

Monochromatic Colors of #542ea7

#542ea7

Complementary Color

#542ea7 #81a72e

#542ea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542ea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542ea7 Color CSS Codes

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

#542ea7 Text Font Color

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

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


#542ea7 Background Color

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

This div background color is #542ea7


#542ea7 Border Color

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

This div border color is #542ea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542ea7


Comments

No comments written yet.

Please login to write comment.