Color Hex Logo

#547faa Color Hex

#547FAA
(84,127,170)
0 Favorites   0 Comments

Color spaces of #547faa

RGB 84127170
HSL0.580.340.50
HSV210°51°67°
CMYK 0.510.250.00   0.33
XYZ18.501219.965840.9089
Yxy19.96580.23310.2515
Hunter Lab44.6831-4.2869-23.0038
CIE-Lab51.7985-2.4625-27.4225

#547faa color RGB value is (84,127,170).

#547faa hex color red value is 84, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #547faa hue: 0.58 , saturation: 0.34 and the lightness value of 547faa is 0.50.

The process color (four color CMYK) of #547faa color hex is 0.51, 0.25, 0.00, 0.33. Web safe color of #547faa is #666699. Color #547faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111111 10101010
Octal 124 177 252
Decimal 84 127 170
Hex 54 7F AA

RGB Percentages of Color #547faa

%22.05
%33.33
%44.62

CMYK Percentages of Color #547faa

%51
%25
%0
%33

Triadic Colors of #547faa

#547faa #aa547f #7faa54

Analogous Colors of #547faa

#547faa #5454aa #54aaaa

Monochromatic Colors of #547faa

#547faa

Complementary Color

#547faa #aa7f54

#547faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#547faa Color CSS Codes

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

#547faa Text Font Color

<p style="color:#547faa">Text here</p>

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


#547faa Background Color

<div style="background-color:#547faa">
Div content here</div>

This div background color is #547faa


#547faa Border Color

<div style="border:3px solid #547faa">
Div here</div>

This div border color is #547faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,127,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #547faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #547faa;
  -webkit-box-shadow: 1px 1px 3px 2px #547faa;
  box-shadow:         1px 1px 3px 2px #547faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547faa


Comments

No comments written yet.

Please login to write comment.