Color Hex Logo

#540ead Color Hex

#540EAD
(84,14,173)
0 Favorites   0 Comments

Color spaces of #540ead

RGB 8414173
HSL0.740.850.37
HSV266°92°68°
CMYK 0.510.920.00   0.32
XYZ11.35605.216039.9434
Yxy5.21600.20090.0923
Hunter Lab22.838648.7879-87.7080
CIE-Lab27.341559.4461-68.4454

#540ead color RGB value is (84,14,173).

#540ead hex color red value is 84, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #540ead hue: 0.74 , saturation: 0.85 and the lightness value of 540ead is 0.37.

The process color (four color CMYK) of #540ead color hex is 0.51, 0.92, 0.00, 0.32. Web safe color of #540ead is #660099. Color #540ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00001110 10101101
Octal 124 16 255
Decimal 84 14 173
Hex 54 E AD

RGB Percentages of Color #540ead

%31.00
%5.17
%63.84

CMYK Percentages of Color #540ead

%51
%92
%0
%32

Triadic Colors of #540ead

#540ead #ad540e #0ead54

Analogous Colors of #540ead

#540ead #a40ead #0e17ad

Monochromatic Colors of #540ead

#540ead

Complementary Color

#540ead #67ad0e

#540ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#540ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#540ead Color CSS Codes

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

#540ead Text Font Color

<p style="color:#540ead">Text here</p>

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


#540ead Background Color

<div style="background-color:#540ead">
Div content here</div>

This div background color is #540ead


#540ead Border Color

<div style="border:3px solid #540ead">
Div here</div>

This div border color is #540ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,14,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #540ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #540ead;
  -webkit-box-shadow: 1px 1px 3px 2px #540ead;
  box-shadow:         1px 1px 3px 2px #540ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #540ead


Comments

No comments written yet.

Please login to write comment.