Color Hex Logo

#546abe Color Hex

#546ABE
(84,106,190)
0 Favorites   0 Comments

Color spaces of #546abe

RGB 84106190
HSL0.630.450.54
HSV228°56°75°
CMYK 0.560.440.00   0.25
XYZ18.104515.910650.8320
Yxy15.91060.21340.1875
Hunter Lab39.888111.2138-47.6354
CIE-Lab46.857016.7512-46.7773

#546abe color RGB value is (84,106,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101010 10111110
Octal 124 152 276
Decimal 84 106 190
Hex 54 6A BE

RGB Percentages of Color #546abe

%22.11
%27.89
%50.00

CMYK Percentages of Color #546abe

%56
%44
%0
%25

Triadic Colors of #546abe

#546abe #be546a #6abe54

Analogous Colors of #546abe

#546abe #7354be #549fbe

Monochromatic Colors of #546abe

#546abe

Complementary Color

#546abe #bea854

#546abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#546abe Color CSS Codes

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

#546abe Text Font Color

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

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


#546abe Background Color

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

This div background color is #546abe


#546abe Border Color

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

This div border color is #546abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546abe


Comments

No comments written yet.

Please login to write comment.