Color Hex Logo

#5449ac Color Hex

#5449AC
(84,73,172)
0 Favorites   0 Comments

Color spaces of #5449ac

RGB 8473172
HSL0.690.400.48
HSV247°58°67°
CMYK 0.510.580.00   0.33
XYZ13.48519.628540.1775
Yxy9.62850.21310.1521
Hunter Lab31.029823.2713-55.0480
CIE-Lab37.167331.6114-51.7836

#5449ac color RGB value is (84,73,172).

#5449ac hex color red value is 84, green value is 73 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5449ac hue: 0.69 , saturation: 0.40 and the lightness value of 5449ac is 0.48.

The process color (four color CMYK) of #5449ac color hex is 0.51, 0.58, 0.00, 0.33. Web safe color of #5449ac is #663399. Color #5449ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001001 10101100
Octal 124 111 254
Decimal 84 73 172
Hex 54 49 AC

RGB Percentages of Color #5449ac

%25.53
%22.19
%52.28

CMYK Percentages of Color #5449ac

%51
%58
%0
%33

Triadic Colors of #5449ac

#5449ac #ac5449 #49ac54

Analogous Colors of #5449ac

#5449ac #8649ac #4970ac

Monochromatic Colors of #5449ac

#5449ac

Complementary Color

#5449ac #a1ac49

#5449ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5449ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5449ac Color CSS Codes

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

#5449ac Text Font Color

<p style="color:#5449ac">Text here</p>

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


#5449ac Background Color

<div style="background-color:#5449ac">
Div content here</div>

This div background color is #5449ac


#5449ac Border Color

<div style="border:3px solid #5449ac">
Div here</div>

This div border color is #5449ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,73,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5449ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5449ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5449ac;
  box-shadow:         1px 1px 3px 2px #5449ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5449ac


Comments

No comments written yet.

Please login to write comment.