Color Hex Logo

#545ecc Color Hex

#545ECC
(84,94,204)
0 Favorites   0 Comments

Color spaces of #545ecc

RGB 8494204
HSL0.650.540.56
HSV235°59°80°
CMYK 0.590.540.00   0.20
XYZ18.557914.249958.8991
Yxy14.24990.20240.1554
Hunter Lab37.749021.6920-66.0847
CIE-Lab44.589228.9078-58.4953

#545ecc color RGB value is (84,94,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01011110 11001100
Octal 124 136 314
Decimal 84 94 204
Hex 54 5E CC

RGB Percentages of Color #545ecc

%21.99
%24.61
%53.40

CMYK Percentages of Color #545ecc

%59
%54
%0
%20

Triadic Colors of #545ecc

#545ecc #cc545e #5ecc54

Analogous Colors of #545ecc

#545ecc #8654cc #549acc

Monochromatic Colors of #545ecc

#545ecc

Complementary Color

#545ecc #ccc254

#545ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#545ecc Color CSS Codes

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

#545ecc Text Font Color

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

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


#545ecc Background Color

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

This div background color is #545ecc


#545ecc Border Color

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

This div border color is #545ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #545ecc


Comments

No comments written yet.

Please login to write comment.