Color Hex Logo

#546acb Color Hex

#546ACB
(84,106,203)
0 Favorites   0 Comments

Color spaces of #546acb

RGB 84106203
HSL0.640.530.56
HSV229°59°80°
CMYK 0.590.480.00   0.20
XYZ19.589716.504758.6531
Yxy16.50470.20680.1742
Hunter Lab40.626014.9766-57.1608
CIE-Lab47.629821.0810-53.0257

#546acb color RGB value is (84,106,203).

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

The process color (four color CMYK) of #546acb color hex is 0.59, 0.48, 0.00, 0.20. Web safe color of #546acb is #6666cc. Color #546acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101010 11001011
Octal 124 152 313
Decimal 84 106 203
Hex 54 6A CB

RGB Percentages of Color #546acb

%21.37
%26.97
%51.65

CMYK Percentages of Color #546acb

%59
%48
%0
%20

Triadic Colors of #546acb

#546acb #cb546a #6acb54

Analogous Colors of #546acb

#546acb #7a54cb #54a6cb

Monochromatic Colors of #546acb

#546acb

Complementary Color

#546acb #cbb554

#546acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#546acb Color CSS Codes

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

#546acb Text Font Color

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

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


#546acb Background Color

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

This div background color is #546acb


#546acb Border Color

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

This div border color is #546acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546acb


Comments

No comments written yet.

Please login to write comment.