Color Hex Logo

#546ccc Color Hex

#546CCC
(84,108,204)
0 Favorites   0 Comments

Color spaces of #546ccc

RGB 84108204
HSL0.630.540.56
HSV228°59°80°
CMYK 0.590.470.00   0.20
XYZ19.917816.969659.3524
Yxy16.96960.20700.1763
Hunter Lab41.194214.2168-56.5889
CIE-Lab48.221720.1694-52.6493

#546ccc color RGB value is (84,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101100 11001100
Octal 124 154 314
Decimal 84 108 204
Hex 54 6C CC

RGB Percentages of Color #546ccc

%21.21
%27.27
%51.52

CMYK Percentages of Color #546ccc

%59
%47
%0
%20

Triadic Colors of #546ccc

#546ccc #cc546c #6ccc54

Analogous Colors of #546ccc

#546ccc #7854cc #54a8cc

Monochromatic Colors of #546ccc

#546ccc

Complementary Color

#546ccc #ccb454

#546ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#546ccc Color CSS Codes

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

#546ccc Text Font Color

<p style="color:#546ccc">Text here</p>

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


#546ccc Background Color

<div style="background-color:#546ccc">
Div content here</div>

This div background color is #546ccc


#546ccc Border Color

<div style="border:3px solid #546ccc">
Div here</div>

This div border color is #546ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546ccc


Comments

No comments written yet.

Please login to write comment.