Color Hex Logo

#545389 Color Hex

#545389
(84,83,137)
0 Favorites   0 Comments

Color spaces of #545389

RGB 8483137
HSL0.670.250.43
HSV241°39°54°
CMYK 0.390.390.00   0.46
XYZ11.26489.877524.9797
Yxy9.87750.24420.2142
Hunter Lab31.42858.9793-25.1244
CIE-Lab37.621714.4740-29.9839

#545389 color RGB value is (84,83,137).

#545389 hex color red value is 84, green value is 83 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #545389 hue: 0.67 , saturation: 0.25 and the lightness value of 545389 is 0.43.

The process color (four color CMYK) of #545389 color hex is 0.39, 0.39, 0.00, 0.46. Web safe color of #545389 is #666699. Color #545389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010011 10001001
Octal 124 123 211
Decimal 84 83 137
Hex 54 53 89

RGB Percentages of Color #545389

%27.63
%27.30
%45.07

CMYK Percentages of Color #545389

%39
%39
%0
%46

Triadic Colors of #545389

#545389 #895453 #538954

Analogous Colors of #545389

#545389 #6f5389 #536d89

Monochromatic Colors of #545389

#545389

Complementary Color

#545389 #888953

#545389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#545389 Color CSS Codes

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

#545389 Text Font Color

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

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


#545389 Background Color

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

This div background color is #545389


#545389 Border Color

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

This div border color is #545389


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,83,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #545389; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #545389;
  -webkit-box-shadow: 1px 1px 3px 2px #545389;
  box-shadow:         1px 1px 3px 2px #545389; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #545389


Comments

No comments written yet.

Please login to write comment.