Color Hex Logo

#5447ac Color Hex

#5447AC
(84,71,172)
0 Favorites   0 Comments

Color spaces of #5447ac

RGB 8471172
HSL0.690.420.48
HSV248°59°67°
CMYK 0.510.590.00   0.33
XYZ13.35589.369940.1344
Yxy9.36990.21250.1491
Hunter Lab30.610324.3146-56.3103
CIE-Lab36.686932.8455-52.5604

#5447ac color RGB value is (84,71,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01000111 10101100
Octal 124 107 254
Decimal 84 71 172
Hex 54 47 AC

RGB Percentages of Color #5447ac

%25.69
%21.71
%52.60

CMYK Percentages of Color #5447ac

%51
%59
%0
%33

Triadic Colors of #5447ac

#5447ac #ac5447 #47ac54

Analogous Colors of #5447ac

#5447ac #8747ac #476dac

Monochromatic Colors of #5447ac

#5447ac

Complementary Color

#5447ac #9fac47

#5447ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5447ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5447ac Color CSS Codes

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

#5447ac Text Font Color

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

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


#5447ac Background Color

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

This div background color is #5447ac


#5447ac Border Color

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

This div border color is #5447ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5447ac


Comments

No comments written yet.

Please login to write comment.