Color Hex Logo

#544dad Color Hex

#544DAD
(84,77,173)
0 Favorites   0 Comments

Color spaces of #544dad

RGB 8477173
HSL0.680.380.49
HSV244°55°68°
CMYK 0.510.550.00   0.32
XYZ13.852910.209740.7757
Yxy10.20970.21370.1575
Hunter Lab31.952621.4707-53.2949
CIE-Lab38.216229.4398-50.6835

#544dad color RGB value is (84,77,173).

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

The process color (four color CMYK) of #544dad color hex is 0.51, 0.55, 0.00, 0.32. Web safe color of #544dad is #666699. Color #544dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001101 10101101
Octal 124 115 255
Decimal 84 77 173
Hex 54 4D AD

RGB Percentages of Color #544dad

%25.15
%23.05
%51.80

CMYK Percentages of Color #544dad

%51
%55
%0
%32

Triadic Colors of #544dad

#544dad #ad544d #4dad54

Analogous Colors of #544dad

#544dad #844dad #4d76ad

Monochromatic Colors of #544dad

#544dad

Complementary Color

#544dad #a6ad4d

#544dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#544dad Color CSS Codes

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

#544dad Text Font Color

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

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


#544dad Background Color

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

This div background color is #544dad


#544dad Border Color

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

This div border color is #544dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544dad


Comments

No comments written yet.

Please login to write comment.