Color Hex Logo

#546dcb Color Hex

#546DCB
(84,109,203)
0 Favorites   0 Comments

Color spaces of #546dcb

RGB 84109203
HSL0.630.530.56
HSV227°59°80°
CMYK 0.590.460.00   0.20
XYZ19.904317.133958.7580
Yxy17.13390.20780.1789
Hunter Lab41.393113.3956-55.1877
CIE-Lab48.428319.2118-51.7459

#546dcb color RGB value is (84,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101101 11001011
Octal 124 155 313
Decimal 84 109 203
Hex 54 6D CB

RGB Percentages of Color #546dcb

%21.21
%27.53
%51.26

CMYK Percentages of Color #546dcb

%59
%46
%0
%20

Triadic Colors of #546dcb

#546dcb #cb546d #6dcb54

Analogous Colors of #546dcb

#546dcb #7754cb #54a9cb

Monochromatic Colors of #546dcb

#546dcb

Complementary Color

#546dcb #cbb254

#546dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#546dcb Color CSS Codes

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

#546dcb Text Font Color

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

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


#546dcb Background Color

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

This div background color is #546dcb


#546dcb Border Color

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

This div border color is #546dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546dcb


Comments

No comments written yet.

Please login to write comment.