Color Hex Logo

#544edd Color Hex

#544EDD
(84,78,221)
0 Favorites   0 Comments

Color spaces of #544edd

RGB 8478221
HSL0.670.680.59
HSV243°65°87°
CMYK 0.620.650.00   0.13
XYZ19.431712.554169.8056
Yxy12.55410.19090.1233
Hunter Lab35.431835.8884-92.0075
CIE-Lab42.083644.1911-72.3100

#544edd color RGB value is (84,78,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001110 11011101
Octal 124 116 335
Decimal 84 78 221
Hex 54 4E DD

RGB Percentages of Color #544edd

%21.93
%20.37
%57.70

CMYK Percentages of Color #544edd

%62
%65
%0
%13

Triadic Colors of #544edd

#544edd #dd544e #4edd54

Analogous Colors of #544edd

#544edd #9c4edd #4e90dd

Monochromatic Colors of #544edd

#544edd

Complementary Color

#544edd #d7dd4e

#544edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#544edd Color CSS Codes

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

#544edd Text Font Color

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

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


#544edd Background Color

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

This div background color is #544edd


#544edd Border Color

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

This div border color is #544edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544edd


Comments

No comments written yet.

Please login to write comment.