Color Hex Logo

#547c9d Color Hex

#547C9D
(84,124,157)
0 Favorites   0 Comments

Color spaces of #547c9d

RGB 84124157
HSL0.580.300.47
HSV207°46°62°
CMYK 0.460.210.00   0.38
XYZ16.949618.734434.6211
Yxy18.73440.24110.2665
Hunter Lab43.2833-5.8456-17.1262
CIE-Lab50.3750-4.6649-22.0680

#547c9d color RGB value is (84,124,157).

#547c9d hex color red value is 84, green value is 124 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #547c9d hue: 0.58 , saturation: 0.30 and the lightness value of 547c9d is 0.47.

The process color (four color CMYK) of #547c9d color hex is 0.46, 0.21, 0.00, 0.38. Web safe color of #547c9d is #666699. Color #547c9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111100 10011101
Octal 124 174 235
Decimal 84 124 157
Hex 54 7C 9D

RGB Percentages of Color #547c9d

%23.01
%33.97
%43.01

CMYK Percentages of Color #547c9d

%46
%21
%0
%38

Triadic Colors of #547c9d

#547c9d #9d547c #7c9d54

Analogous Colors of #547c9d

#547c9d #54589d #549d9a

Monochromatic Colors of #547c9d

#547c9d

Complementary Color

#547c9d #9d7554

#547c9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547c9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#547c9d Color CSS Codes

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

#547c9d Text Font Color

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

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


#547c9d Background Color

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

This div background color is #547c9d


#547c9d Border Color

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

This div border color is #547c9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547c9d


Comments

No comments written yet.

Please login to write comment.