Color Hex Logo

#546cbd Color Hex

#546CBD
(84,108,189)
0 Favorites   0 Comments

Color spaces of #546cbd

RGB 84108189
HSL0.630.440.54
HSV226°56°74°
CMYK 0.560.430.00   0.26
XYZ18.204016.284150.3278
Yxy16.28410.21460.1920
Hunter Lab40.35369.9049-45.6973
CIE-Lab47.345015.1736-45.4211

#546cbd color RGB value is (84,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101100 10111101
Octal 124 154 275
Decimal 84 108 189
Hex 54 6C BD

RGB Percentages of Color #546cbd

%22.05
%28.35
%49.61

CMYK Percentages of Color #546cbd

%56
%43
%0
%26

Triadic Colors of #546cbd

#546cbd #bd546c #6cbd54

Analogous Colors of #546cbd

#546cbd #7154bd #54a1bd

Monochromatic Colors of #546cbd

#546cbd

Complementary Color

#546cbd #bda554

#546cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#546cbd Color CSS Codes

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

#546cbd Text Font Color

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

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


#546cbd Background Color

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

This div background color is #546cbd


#546cbd Border Color

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

This div border color is #546cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546cbd


Comments

No comments written yet.

Please login to write comment.