Color Hex Logo

#542efb Color Hex

#542EFB
(84,46,251)
0 Favorites   0 Comments

Color spaces of #542efb

RGB 8446251
HSL0.700.960.58
HSV251°82°98°
CMYK 0.670.820.00   0.02
XYZ22.045710.803892.1902
Yxy10.80380.17630.0864
Hunter Lab32.869162.2010-143.2861
CIE-Lab39.248069.0694-93.9522

#542efb color RGB value is (84,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101110 11111011
Octal 124 56 373
Decimal 84 46 251
Hex 54 2E FB

RGB Percentages of Color #542efb

%22.05
%12.07
%65.88

CMYK Percentages of Color #542efb

%67
%82
%0
%2

Triadic Colors of #542efb

#542efb #fb542e #2efb54

Analogous Colors of #542efb

#542efb #bb2efb #2e6ffb

Monochromatic Colors of #542efb

#542efb

Complementary Color

#542efb #d5fb2e

#542efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#542efb Color CSS Codes

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

#542efb Text Font Color

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

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


#542efb Background Color

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

This div background color is #542efb


#542efb Border Color

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

This div border color is #542efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542efb

Related Colors


Comments

No comments written yet.

Please login to write comment.