Color Hex Logo

#544dba Color Hex

#544DBA
(84,77,186)
0 Favorites   0 Comments

Color spaces of #544dba

RGB 8477186
HSL0.680.440.52
HSV244°59°73°
CMYK 0.550.590.00   0.27
XYZ15.173010.737747.7273
Yxy10.73770.20600.1458
Hunter Lab32.768425.3074-63.4181
CIE-Lab39.135133.5848-56.8655

#544dba color RGB value is (84,77,186).

#544dba hex color red value is 84, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #544dba hue: 0.68 , saturation: 0.44 and the lightness value of 544dba is 0.52.

The process color (four color CMYK) of #544dba color hex is 0.55, 0.59, 0.00, 0.27. Web safe color of #544dba is #6666cc. Color #544dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001101 10111010
Octal 124 115 272
Decimal 84 77 186
Hex 54 4D BA

RGB Percentages of Color #544dba

%24.21
%22.19
%53.60

CMYK Percentages of Color #544dba

%55
%59
%0
%27

Triadic Colors of #544dba

#544dba #ba544d #4dba54

Analogous Colors of #544dba

#544dba #8b4dba #4d7dba

Monochromatic Colors of #544dba

#544dba

Complementary Color

#544dba #b3ba4d

#544dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#544dba Color CSS Codes

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

#544dba Text Font Color

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

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


#544dba Background Color

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

This div background color is #544dba


#544dba Border Color

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

This div border color is #544dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544dba


Comments

No comments written yet.

Please login to write comment.