Color Hex Logo

#542edd Color Hex

#542EDD
(84,46,221)
0 Favorites   0 Comments

Color spaces of #542edd

RGB 8446221
HSL0.700.720.52
HSV253°79°87°
CMYK 0.620.790.00   0.13
XYZ17.68439.059369.2232
Yxy9.05930.18430.0944
Hunter Lab30.098752.2040-115.2906
CIE-Lab36.098260.8820-82.1486

#542edd color RGB value is (84,46,221).

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

The process color (four color CMYK) of #542edd color hex is 0.62, 0.79, 0.00, 0.13. Web safe color of #542edd is #6633cc. Color #542edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101110 11011101
Octal 124 56 335
Decimal 84 46 221
Hex 54 2E DD

RGB Percentages of Color #542edd

%23.93
%13.11
%62.96

CMYK Percentages of Color #542edd

%62
%79
%0
%13

Triadic Colors of #542edd

#542edd #dd542e #2edd54

Analogous Colors of #542edd

#542edd #ac2edd #2e60dd

Monochromatic Colors of #542edd

#542edd

Complementary Color

#542edd #b7dd2e

#542edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#542edd Color CSS Codes

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

#542edd Text Font Color

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

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


#542edd Background Color

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

This div background color is #542edd


#542edd Border Color

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

This div border color is #542edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542edd


Comments

No comments written yet.

Please login to write comment.