Color Hex Logo

#542ebd Color Hex

#542EBD
(84,46,189)
0 Favorites   0 Comments

Color spaces of #542ebd

RGB 8446189
HSL0.710.610.46
HSV256°76°74°
CMYK 0.560.760.00   0.26
XYZ13.81857.512948.8659
Yxy7.51290.19690.1070
Hunter Lab27.409742.0233-86.5153
CIE-Lab32.947151.9333-68.7331

#542ebd color RGB value is (84,46,189).

#542ebd hex color red value is 84, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #542ebd hue: 0.71 , saturation: 0.61 and the lightness value of 542ebd is 0.46.

The process color (four color CMYK) of #542ebd color hex is 0.56, 0.76, 0.00, 0.26. Web safe color of #542ebd is #6633cc. Color #542ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101110 10111101
Octal 124 56 275
Decimal 84 46 189
Hex 54 2E BD

RGB Percentages of Color #542ebd

%26.33
%14.42
%59.25

CMYK Percentages of Color #542ebd

%56
%76
%0
%26

Triadic Colors of #542ebd

#542ebd #bd542e #2ebd54

Analogous Colors of #542ebd

#542ebd #9c2ebd #2e50bd

Monochromatic Colors of #542ebd

#542ebd

Complementary Color

#542ebd #97bd2e

#542ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#542ebd Color CSS Codes

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

#542ebd Text Font Color

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

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


#542ebd Background Color

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

This div background color is #542ebd


#542ebd Border Color

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

This div border color is #542ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542ebd


Comments

No comments written yet.

Please login to write comment.