Color Hex Logo

#542ebe Color Hex

#542EBE
(84,46,190)
0 Favorites   0 Comments

Color spaces of #542ebe

RGB 8446190
HSL0.710.610.46
HSV256°76°75°
CMYK 0.560.760.00   0.25
XYZ13.92747.556549.4397
Yxy7.55650.19640.1065
Hunter Lab27.489142.3315-87.3919
CIE-Lab33.041652.2148-69.1672

#542ebe color RGB value is (84,46,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101110 10111110
Octal 124 56 276
Decimal 84 46 190
Hex 54 2E BE

RGB Percentages of Color #542ebe

%26.25
%14.38
%59.38

CMYK Percentages of Color #542ebe

%56
%76
%0
%25

Triadic Colors of #542ebe

#542ebe #be542e #2ebe54

Analogous Colors of #542ebe

#542ebe #9c2ebe #2e50be

Monochromatic Colors of #542ebe

#542ebe

Complementary Color

#542ebe #98be2e

#542ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#542ebe Color CSS Codes

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

#542ebe Text Font Color

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

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


#542ebe Background Color

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

This div background color is #542ebe


#542ebe Border Color

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

This div border color is #542ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542ebe


Comments

No comments written yet.

Please login to write comment.