Color Hex Logo

#546dda Color Hex

#546DDA
(84,109,218)
0 Favorites   0 Comments

Color spaces of #546dda

RGB 84109218
HSL0.640.640.59
HSV229°61°85°
CMYK 0.610.500.00   0.15
XYZ21.779717.884168.6337
Yxy17.88410.20110.1651
Hunter Lab42.289617.9231-66.6217
CIE-Lab49.355224.2634-58.8021

#546dda color RGB value is (84,109,218).

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

The process color (four color CMYK) of #546dda color hex is 0.61, 0.50, 0.00, 0.15. Web safe color of #546dda is #6666cc. Color #546dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101101 11011010
Octal 124 155 332
Decimal 84 109 218
Hex 54 6D DA

RGB Percentages of Color #546dda

%20.44
%26.52
%53.04

CMYK Percentages of Color #546dda

%61
%50
%0
%15

Triadic Colors of #546dda

#546dda #da546d #6dda54

Analogous Colors of #546dda

#546dda #7e54da #54b0da

Monochromatic Colors of #546dda

#546dda

Complementary Color

#546dda #dac154

#546dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#546dda Color CSS Codes

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

#546dda Text Font Color

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

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


#546dda Background Color

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

This div background color is #546dda


#546dda Border Color

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

This div border color is #546dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546dda

#546dda Color Palettes


Comments

No comments written yet.

Please login to write comment.