Color Hex Logo

#547cd3 Color Hex

#547CD3
(84,124,211)
0 Favorites   0 Comments

Color spaces of #547cd3

RGB 84124211
HSL0.610.590.58
HSV221°60°83°
CMYK 0.600.410.00   0.17
XYZ22.621721.003364.4898
Yxy21.00330.20920.1943
Hunter Lab45.82947.9075-51.3507
CIE-Lab52.953112.6484-49.0758

#547cd3 color RGB value is (84,124,211).

#547cd3 hex color red value is 84, green value is 124 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #547cd3 hue: 0.61 , saturation: 0.59 and the lightness value of 547cd3 is 0.58.

The process color (four color CMYK) of #547cd3 color hex is 0.60, 0.41, 0.00, 0.17. Web safe color of #547cd3 is #6666cc. Color #547cd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111100 11010011
Octal 124 174 323
Decimal 84 124 211
Hex 54 7C D3

RGB Percentages of Color #547cd3

%20.05
%29.59
%50.36

CMYK Percentages of Color #547cd3

%60
%41
%0
%17

Triadic Colors of #547cd3

#547cd3 #d3547c #7cd354

Analogous Colors of #547cd3

#547cd3 #6c54d3 #54bcd3

Monochromatic Colors of #547cd3

#547cd3

Complementary Color

#547cd3 #d3ab54

#547cd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547cd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#547cd3 Color CSS Codes

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

#547cd3 Text Font Color

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

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


#547cd3 Background Color

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

This div background color is #547cd3


#547cd3 Border Color

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

This div border color is #547cd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547cd3


Comments

No comments written yet.

Please login to write comment.