Color Hex Logo

#546cad Color Hex

#546CAD
(84,108,173)
0 Favorites   0 Comments

Color spaces of #546cad

RGB 84108173
HSL0.620.350.50
HSV224°51°68°
CMYK 0.510.380.00   0.32
XYZ16.561515.627141.6786
Yxy15.62710.22420.2116
Hunter Lab39.53115.6028-34.8391
CIE-Lab46.48149.9533-37.4894

#546cad color RGB value is (84,108,173).

#546cad hex color red value is 84, green value is 108 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #546cad hue: 0.62 , saturation: 0.35 and the lightness value of 546cad is 0.50.

The process color (four color CMYK) of #546cad color hex is 0.51, 0.38, 0.00, 0.32. Web safe color of #546cad is #666699. Color #546cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101100 10101101
Octal 124 154 255
Decimal 84 108 173
Hex 54 6C AD

RGB Percentages of Color #546cad

%23.01
%29.59
%47.40

CMYK Percentages of Color #546cad

%51
%38
%0
%32

Triadic Colors of #546cad

#546cad #ad546c #6cad54

Analogous Colors of #546cad

#546cad #6954ad #5499ad

Monochromatic Colors of #546cad

#546cad

Complementary Color

#546cad #ad9554

#546cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#546cad Color CSS Codes

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

#546cad Text Font Color

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

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


#546cad Background Color

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

This div background color is #546cad


#546cad Border Color

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

This div border color is #546cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546cad


Comments

No comments written yet.

Please login to write comment.