Color Hex Logo

#546deb Color Hex

#546DEB
(84,109,235)
0 Favorites   0 Comments

Color spaces of #546deb

RGB 84109235
HSL0.640.790.63
HSV230°64°92°
CMYK 0.640.540.00   0.08
XYZ24.120218.820380.9587
Yxy18.82030.19470.1519
Hunter Lab43.382423.3252-80.2773
CIE-Lab50.476330.0204-66.5744

#546deb color RGB value is (84,109,235).

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

The process color (four color CMYK) of #546deb color hex is 0.64, 0.54, 0.00, 0.08. Web safe color of #546deb is #6666ff. Color #546deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101101 11101011
Octal 124 155 353
Decimal 84 109 235
Hex 54 6D EB

RGB Percentages of Color #546deb

%19.63
%25.47
%54.91

CMYK Percentages of Color #546deb

%64
%54
%0
%8

Triadic Colors of #546deb

#546deb #eb546d #6deb54

Analogous Colors of #546deb

#546deb #8754eb #54b9eb

Monochromatic Colors of #546deb

#546deb

Complementary Color

#546deb #ebd254

#546deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#546deb Color CSS Codes

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

#546deb Text Font Color

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

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


#546deb Background Color

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

This div background color is #546deb


#546deb Border Color

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

This div border color is #546deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546deb


Comments

No comments written yet.

Please login to write comment.