Color Hex Logo

#547bbd Color Hex

#547BBD
(84,123,189)
0 Favorites   0 Comments

Color spaces of #547bbd

RGB 84123189
HSL0.600.440.54
HSV218°56°74°
CMYK 0.560.350.00   0.26
XYZ19.924419.724950.9013
Yxy19.72490.22000.2178
Hunter Lab44.41272.3563-36.8632
CIE-Lab51.52475.9650-38.7999

#547bbd color RGB value is (84,123,189).

#547bbd hex color red value is 84, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #547bbd hue: 0.60 , saturation: 0.44 and the lightness value of 547bbd is 0.54.

The process color (four color CMYK) of #547bbd color hex is 0.56, 0.35, 0.00, 0.26. Web safe color of #547bbd is #6666cc. Color #547bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111011 10111101
Octal 124 173 275
Decimal 84 123 189
Hex 54 7B BD

RGB Percentages of Color #547bbd

%21.21
%31.06
%47.73

CMYK Percentages of Color #547bbd

%56
%35
%0
%26

Triadic Colors of #547bbd

#547bbd #bd547b #7bbd54

Analogous Colors of #547bbd

#547bbd #6154bd #54b0bd

Monochromatic Colors of #547bbd

#547bbd

Complementary Color

#547bbd #bd9654

#547bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#547bbd Color CSS Codes

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

#547bbd Text Font Color

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

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


#547bbd Background Color

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

This div background color is #547bbd


#547bbd Border Color

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

This div border color is #547bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547bbd


Comments

No comments written yet.

Please login to write comment.