Color Hex Logo

#546caf Color Hex

#546CAF
(84,108,175)
0 Favorites   0 Comments

Color spaces of #546caf

RGB 84108175
HSL0.620.360.51
HSV224°52°69°
CMYK 0.520.380.00   0.31
XYZ16.756615.705142.7057
Yxy15.70510.22290.2089
Hunter Lab39.62976.1232-36.1513
CIE-Lab46.585210.5983-38.4937

#546caf color RGB value is (84,108,175).

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

The process color (four color CMYK) of #546caf color hex is 0.52, 0.38, 0.00, 0.31. Web safe color of #546caf is #666699. Color #546caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101100 10101111
Octal 124 154 257
Decimal 84 108 175
Hex 54 6C AF

RGB Percentages of Color #546caf

%22.89
%29.43
%47.68

CMYK Percentages of Color #546caf

%52
%38
%0
%31

Triadic Colors of #546caf

#546caf #af546c #6caf54

Analogous Colors of #546caf

#546caf #6a54af #549aaf

Monochromatic Colors of #546caf

#546caf

Complementary Color

#546caf #af9754

#546caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#546caf Color CSS Codes

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

#546caf Text Font Color

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

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


#546caf Background Color

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

This div background color is #546caf


#546caf Border Color

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

This div border color is #546caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546caf


Comments

No comments written yet.

Please login to write comment.