Color Hex Logo

#547ead Color Hex

#547EAD
(84,126,173)
0 Favorites   0 Comments

Color spaces of #547ead

RGB 84126173
HSL0.590.350.50
HSV212°51°68°
CMYK 0.510.270.00   0.32
XYZ18.659819.823742.3780
Yxy19.82370.23080.2452
Hunter Lab44.5238-3.1078-25.2659
CIE-Lab51.6373-0.9419-29.4077

#547ead color RGB value is (84,126,173).

#547ead hex color red value is 84, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #547ead hue: 0.59 , saturation: 0.35 and the lightness value of 547ead is 0.50.

The process color (four color CMYK) of #547ead color hex is 0.51, 0.27, 0.00, 0.32. Web safe color of #547ead is #666699. Color #547ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111110 10101101
Octal 124 176 255
Decimal 84 126 173
Hex 54 7E AD

RGB Percentages of Color #547ead

%21.93
%32.90
%45.17

CMYK Percentages of Color #547ead

%51
%27
%0
%32

Triadic Colors of #547ead

#547ead #ad547e #7ead54

Analogous Colors of #547ead

#547ead #5754ad #54abad

Monochromatic Colors of #547ead

#547ead

Complementary Color

#547ead #ad8354

#547ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#547ead Color CSS Codes

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

#547ead Text Font Color

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

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


#547ead Background Color

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

This div background color is #547ead


#547ead Border Color

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

This div border color is #547ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547ead


Comments

No comments written yet.

Please login to write comment.