Color Hex Logo

#546aee Color Hex

#546AEE
(84,106,238)
0 Favorites   0 Comments

Color spaces of #546aee

RGB 84106238
HSL0.640.820.63
HSV231°65°93°
CMYK 0.650.550.00   0.07
XYZ24.242818.365983.1562
Yxy18.36590.19280.1460
Hunter Lab42.855525.9782-85.0468
CIE-Lab49.936932.8807-69.1291

#546aee color RGB value is (84,106,238).

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

The process color (four color CMYK) of #546aee color hex is 0.65, 0.55, 0.00, 0.07. Web safe color of #546aee is #6666ff. Color #546aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101010 11101110
Octal 124 152 356
Decimal 84 106 238
Hex 54 6A EE

RGB Percentages of Color #546aee

%19.63
%24.77
%55.61

CMYK Percentages of Color #546aee

%65
%55
%0
%7

Triadic Colors of #546aee

#546aee #ee546a #6aee54

Analogous Colors of #546aee

#546aee #8b54ee #54b7ee

Monochromatic Colors of #546aee

#546aee

Complementary Color

#546aee #eed854

#546aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#546aee Color CSS Codes

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

#546aee Text Font Color

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

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


#546aee Background Color

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

This div background color is #546aee


#546aee Border Color

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

This div border color is #546aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546aee


Comments

No comments written yet.

Please login to write comment.