Color Hex Logo

#547ecc Color Hex

#547ECC
(84,126,204)
0 Favorites   0 Comments

Color spaces of #547ecc

RGB 84126204
HSL0.610.540.56
HSV219°59°80°
CMYK 0.590.380.00   0.20
XYZ22.016121.166260.0518
Yxy21.16620.21330.2050
Hunter Lab46.00674.9077-45.1855
CIE-Lab53.13099.0919-44.8244

#547ecc color RGB value is (84,126,204).

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

The process color (four color CMYK) of #547ecc color hex is 0.59, 0.38, 0.00, 0.20. Web safe color of #547ecc is #6666cc. Color #547ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111110 11001100
Octal 124 176 314
Decimal 84 126 204
Hex 54 7E CC

RGB Percentages of Color #547ecc

%20.29
%30.43
%49.28

CMYK Percentages of Color #547ecc

%59
%38
%0
%20

Triadic Colors of #547ecc

#547ecc #cc547e #7ecc54

Analogous Colors of #547ecc

#547ecc #6654cc #54bacc

Monochromatic Colors of #547ecc

#547ecc

Complementary Color

#547ecc #cca254

#547ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#547ecc Color CSS Codes

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

#547ecc Text Font Color

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

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


#547ecc Background Color

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

This div background color is #547ecc


#547ecc Border Color

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

This div border color is #547ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547ecc


Comments

No comments written yet.

Please login to write comment.