Color Hex Logo

#540edb Color Hex

#540EDB
(84,14,219)
0 Favorites   0 Comments

Color spaces of #540edb

RGB 8414219
HSL0.720.880.46
HSV260°94°86°
CMYK 0.620.940.00   0.14
XYZ16.59947.313467.5546
Yxy7.31340.18150.0800
Hunter Lab27.043362.2390-129.1771
CIE-Lab32.510070.3878-86.9422

#540edb color RGB value is (84,14,219).

#540edb hex color red value is 84, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #540edb hue: 0.72 , saturation: 0.88 and the lightness value of 540edb is 0.46.

The process color (four color CMYK) of #540edb color hex is 0.62, 0.94, 0.00, 0.14. Web safe color of #540edb is #6600cc. Color #540edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00001110 11011011
Octal 124 16 333
Decimal 84 14 219
Hex 54 E DB

RGB Percentages of Color #540edb

%26.50
%4.42
%69.09

CMYK Percentages of Color #540edb

%62
%94
%0
%14

Triadic Colors of #540edb

#540edb #db540e #0edb54

Analogous Colors of #540edb

#540edb #bb0edb #0e2edb

Monochromatic Colors of #540edb

#540edb

Complementary Color

#540edb #95db0e

#540edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#540edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#540edb Color CSS Codes

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

#540edb Text Font Color

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

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


#540edb Background Color

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

This div background color is #540edb


#540edb Border Color

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

This div border color is #540edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #540edb


Comments

No comments written yet.

Please login to write comment.