Color Hex Logo

#544adb Color Hex

#544ADB
(84,74,219)
0 Favorites   0 Comments

Color spaces of #544adb

RGB 8474219
HSL0.680.670.57
HSV244°66°86°
CMYK 0.620.660.00   0.14
XYZ18.891111.896868.3185
Yxy11.89680.19060.1200
Hunter Lab34.491737.4038-93.2927
CIE-Lab41.051645.8818-72.8557

#544adb color RGB value is (84,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001010 11011011
Octal 124 112 333
Decimal 84 74 219
Hex 54 4A DB

RGB Percentages of Color #544adb

%22.28
%19.63
%58.09

CMYK Percentages of Color #544adb

%62
%66
%0
%14

Triadic Colors of #544adb

#544adb #db544a #4adb54

Analogous Colors of #544adb

#544adb #9d4adb #4a89db

Monochromatic Colors of #544adb

#544adb

Complementary Color

#544adb #d1db4a

#544adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#544adb Color CSS Codes

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

#544adb Text Font Color

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

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


#544adb Background Color

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

This div background color is #544adb


#544adb Border Color

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

This div border color is #544adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544adb


Comments

No comments written yet.

Please login to write comment.