Color Hex Logo

#547ebf Color Hex

#547EBF
(84,126,191)
0 Favorites   0 Comments

Color spaces of #547ebf

RGB 84126191
HSL0.600.460.54
HSV216°56°75°
CMYK 0.560.340.00   0.25
XYZ20.521020.568152.1787
Yxy20.56810.22000.2205
Hunter Lab45.35211.4019-36.4682
CIE-Lab52.47354.8109-38.4518

#547ebf color RGB value is (84,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111110 10111111
Octal 124 176 277
Decimal 84 126 191
Hex 54 7E BF

RGB Percentages of Color #547ebf

%20.95
%31.42
%47.63

CMYK Percentages of Color #547ebf

%56
%34
%0
%25

Triadic Colors of #547ebf

#547ebf #bf547e #7ebf54

Analogous Colors of #547ebf

#547ebf #5f54bf #54b4bf

Monochromatic Colors of #547ebf

#547ebf

Complementary Color

#547ebf #bf9554

#547ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#547ebf Color CSS Codes

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

#547ebf Text Font Color

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

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


#547ebf Background Color

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

This div background color is #547ebf


#547ebf Border Color

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

This div border color is #547ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547ebf


Comments

No comments written yet.

Please login to write comment.