Color Hex Logo

#544edb Color Hex

#544EDB
(84,78,219)
0 Favorites   0 Comments

Color spaces of #544edb

RGB 8478219
HSL0.670.660.58
HSV243°64°86°
CMYK 0.620.640.00   0.14
XYZ19.166712.448168.4104
Yxy12.44810.19160.1244
Hunter Lab35.281935.2260-90.2641
CIE-Lab41.919643.5526-71.4360

#544edb color RGB value is (84,78,219).

#544edb hex color red value is 84, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #544edb hue: 0.67 , saturation: 0.66 and the lightness value of 544edb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001110 11011011
Octal 124 116 333
Decimal 84 78 219
Hex 54 4E DB

RGB Percentages of Color #544edb

%22.05
%20.47
%57.48

CMYK Percentages of Color #544edb

%62
%64
%0
%14

Triadic Colors of #544edb

#544edb #db544e #4edb54

Analogous Colors of #544edb

#544edb #9b4edb #4e8fdb

Monochromatic Colors of #544edb

#544edb

Complementary Color

#544edb #d5db4e

#544edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#544edb Color CSS Codes

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

#544edb Text Font Color

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

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


#544edb Background Color

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

This div background color is #544edb


#544edb Border Color

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

This div border color is #544edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,78,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 #544edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544edb


Comments

No comments written yet.

Please login to write comment.