Color Hex Logo

#547cbd Color Hex

#547CBD
(84,124,189)
0 Favorites   0 Comments

Color spaces of #547cbd

RGB 84124189
HSL0.600.440.54
HSV217°56°74°
CMYK 0.560.340.00   0.26
XYZ20.049119.974250.9428
Yxy19.97420.22040.2196
Hunter Lab44.69251.8634-36.2970
CIE-Lab51.80805.3623-38.3537

#547cbd color RGB value is (84,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111100 10111101
Octal 124 174 275
Decimal 84 124 189
Hex 54 7C BD

RGB Percentages of Color #547cbd

%21.16
%31.23
%47.61

CMYK Percentages of Color #547cbd

%56
%34
%0
%26

Triadic Colors of #547cbd

#547cbd #bd547c #7cbd54

Analogous Colors of #547cbd

#547cbd #6054bd #54b1bd

Monochromatic Colors of #547cbd

#547cbd

Complementary Color

#547cbd #bd9554

#547cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#547cbd Color CSS Codes

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

#547cbd Text Font Color

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

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


#547cbd Background Color

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

This div background color is #547cbd


#547cbd Border Color

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

This div border color is #547cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547cbd


Comments

No comments written yet.

Please login to write comment.