Color Hex Logo

#547fad Color Hex

#547FAD
(84,127,173)
0 Favorites   0 Comments

Color spaces of #547fad

RGB 84127173
HSL0.590.350.50
HSV211°51°68°
CMYK 0.510.270.00   0.32
XYZ18.788420.080742.4209
Yxy20.08070.23110.2470
Hunter Lab44.8115-3.5793-24.7590
CIE-Lab51.9283-1.5303-28.9552

#547fad color RGB value is (84,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111111 10101101
Octal 124 177 255
Decimal 84 127 173
Hex 54 7F AD

RGB Percentages of Color #547fad

%21.88
%33.07
%45.05

CMYK Percentages of Color #547fad

%51
%27
%0
%32

Triadic Colors of #547fad

#547fad #ad547f #7fad54

Analogous Colors of #547fad

#547fad #5554ad #54acad

Monochromatic Colors of #547fad

#547fad

Complementary Color

#547fad #ad8254

#547fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#547fad Color CSS Codes

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

#547fad Text Font Color

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

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


#547fad Background Color

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

This div background color is #547fad


#547fad Border Color

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

This div border color is #547fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547fad


Comments

No comments written yet.

Please login to write comment.