Color Hex Logo

#542efa Color Hex

#542EFA
(84,46,250)
0 Favorites   0 Comments

Color spaces of #542efa

RGB 8446250
HSL0.700.950.58
HSV251°82°98°
CMYK 0.660.820.00   0.02
XYZ21.888510.740991.3620
Yxy10.74090.17650.0866
Hunter Lab32.773361.8625-142.3411
CIE-Lab39.140668.8005-93.5691

#542efa color RGB value is (84,46,250).

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

The process color (four color CMYK) of #542efa color hex is 0.66, 0.82, 0.00, 0.02. Web safe color of #542efa is #6633ff. Color #542efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101110 11111010
Octal 124 56 372
Decimal 84 46 250
Hex 54 2E FA

RGB Percentages of Color #542efa

%22.11
%12.11
%65.79

CMYK Percentages of Color #542efa

%66
%82
%0
%2

Triadic Colors of #542efa

#542efa #fa542e #2efa54

Analogous Colors of #542efa

#542efa #ba2efa #2e6efa

Monochromatic Colors of #542efa

#542efa

Complementary Color

#542efa #d4fa2e

#542efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#542efa Color CSS Codes

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

#542efa Text Font Color

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

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


#542efa Background Color

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

This div background color is #542efa


#542efa Border Color

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

This div border color is #542efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542efa

Related Colors


Comments

No comments written yet.

Please login to write comment.