Color Hex Logo

#546ebc Color Hex

#546EBC
(84,110,188)
0 Favorites   0 Comments

Color spaces of #546ebc

RGB 84110188
HSL0.630.440.53
HSV225°55°74°
CMYK 0.550.410.00   0.26
XYZ18.309216.667549.8291
Yxy16.66750.21590.1965
Hunter Lab40.82588.6068-43.7870
CIE-Lab47.838313.6014-44.0582

#546ebc color RGB value is (84,110,188).

#546ebc hex color red value is 84, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #546ebc hue: 0.63 , saturation: 0.44 and the lightness value of 546ebc is 0.53.

The process color (four color CMYK) of #546ebc color hex is 0.55, 0.41, 0.00, 0.26. Web safe color of #546ebc is #6666cc. Color #546ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101110 10111100
Octal 124 156 274
Decimal 84 110 188
Hex 54 6E BC

RGB Percentages of Color #546ebc

%21.99
%28.80
%49.21

CMYK Percentages of Color #546ebc

%55
%41
%0
%26

Triadic Colors of #546ebc

#546ebc #bc546e #6ebc54

Analogous Colors of #546ebc

#546ebc #6e54bc #54a2bc

Monochromatic Colors of #546ebc

#546ebc

Complementary Color

#546ebc #bca254

#546ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#546ebc Color CSS Codes

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

#546ebc Text Font Color

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

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


#546ebc Background Color

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

This div background color is #546ebc


#546ebc Border Color

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

This div border color is #546ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546ebc


Comments

No comments written yet.

Please login to write comment.