Color Hex Logo

#547dbd Color Hex

#547DBD
(84,125,189)
0 Favorites   0 Comments

Color spaces of #547dbd

RGB 84125189
HSL0.600.440.54
HSV217°56°74°
CMYK 0.560.340.00   0.26
XYZ20.175120.226250.9848
Yxy20.22620.22080.2213
Hunter Lab44.97351.3713-35.7333
CIE-Lab52.09204.7605-37.9067

#547dbd color RGB value is (84,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111101 10111101
Octal 124 175 275
Decimal 84 125 189
Hex 54 7D BD

RGB Percentages of Color #547dbd

%21.11
%31.41
%47.49

CMYK Percentages of Color #547dbd

%56
%34
%0
%26

Triadic Colors of #547dbd

#547dbd #bd547d #7dbd54

Analogous Colors of #547dbd

#547dbd #5f54bd #54b2bd

Monochromatic Colors of #547dbd

#547dbd

Complementary Color

#547dbd #bd9454

#547dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#547dbd Color CSS Codes

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

#547dbd Text Font Color

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

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


#547dbd Background Color

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

This div background color is #547dbd


#547dbd Border Color

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

This div border color is #547dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547dbd


Comments

No comments written yet.

Please login to write comment.