Color Hex Logo

#547ebd Color Hex

#547EBD
(84,126,189)
0 Favorites   0 Comments

Color spaces of #547ebd

RGB 84126189
HSL0.600.440.54
HSV216°56°74°
CMYK 0.560.330.00   0.26
XYZ20.302320.480651.0272
Yxy20.48060.22110.2231
Hunter Lab45.25550.8807-35.1728
CIE-Lab52.37634.1606-37.4596

#547ebd color RGB value is (84,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111110 10111101
Octal 124 176 275
Decimal 84 126 189
Hex 54 7E BD

RGB Percentages of Color #547ebd

%21.05
%31.58
%47.37

CMYK Percentages of Color #547ebd

%56
%33
%0
%26

Triadic Colors of #547ebd

#547ebd #bd547e #7ebd54

Analogous Colors of #547ebd

#547ebd #5e54bd #54b3bd

Monochromatic Colors of #547ebd

#547ebd

Complementary Color

#547ebd #bd9354

#547ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#547ebd Color CSS Codes

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

#547ebd Text Font Color

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

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


#547ebd Background Color

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

This div background color is #547ebd


#547ebd Border Color

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

This div border color is #547ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547ebd


Comments

No comments written yet.

Please login to write comment.