Color Hex Logo

#544ac5 Color Hex

#544AC5
(84,74,197)
0 Favorites   0 Comments

Color spaces of #544ac5

RGB 8474197
HSL0.680.510.53
HSV245°62°77°
CMYK 0.570.620.00   0.23
XYZ16.183010.813654.0576
Yxy10.81360.19970.1334
Hunter Lab32.884030.2969-74.4472
CIE-Lab39.264738.9157-63.0821

#544ac5 color RGB value is (84,74,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001010 11000101
Octal 124 112 305
Decimal 84 74 197
Hex 54 4A C5

RGB Percentages of Color #544ac5

%23.66
%20.85
%55.49

CMYK Percentages of Color #544ac5

%57
%62
%0
%23

Triadic Colors of #544ac5

#544ac5 #c5544a #4ac554

Analogous Colors of #544ac5

#544ac5 #924ac5 #4a7ec5

Monochromatic Colors of #544ac5

#544ac5

Complementary Color

#544ac5 #bbc54a

#544ac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544ac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#544ac5 Color CSS Codes

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

#544ac5 Text Font Color

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

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


#544ac5 Background Color

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

This div background color is #544ac5


#544ac5 Border Color

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

This div border color is #544ac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544ac5


Comments

No comments written yet.

Please login to write comment.