Color Hex Logo

#54739d Color Hex

#54739D
(84,115,157)
0 Favorites   0 Comments

Color spaces of #54739d

RGB 84115157
HSL0.600.300.47
HSV215°46°62°
CMYK 0.460.270.00   0.38
XYZ15.872716.580634.2621
Yxy16.58060.23790.2485
Hunter Lab40.7193-1.6780-21.3844
CIE-Lab47.72720.6569-26.1597

#54739d color RGB value is (84,115,157).

#54739d hex color red value is 84, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #54739d hue: 0.60 , saturation: 0.30 and the lightness value of 54739d is 0.47.

The process color (four color CMYK) of #54739d color hex is 0.46, 0.27, 0.00, 0.38. Web safe color of #54739d is #666699. Color #54739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110011 10011101
Octal 124 163 235
Decimal 84 115 157
Hex 54 73 9D

RGB Percentages of Color #54739d

%23.60
%32.30
%44.10

CMYK Percentages of Color #54739d

%46
%27
%0
%38

Triadic Colors of #54739d

#54739d #9d5473 #739d54

Analogous Colors of #54739d

#54739d #5a549d #54989d

Monochromatic Colors of #54739d

#54739d

Complementary Color

#54739d #9d7e54

#54739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54739d Color CSS Codes

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

#54739d Text Font Color

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

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


#54739d Background Color

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

This div background color is #54739d


#54739d Border Color

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

This div border color is #54739d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,115,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54739d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54739d;
  -webkit-box-shadow: 1px 1px 3px 2px #54739d;
  box-shadow:         1px 1px 3px 2px #54739d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54739d


Comments

No comments written yet.

Please login to write comment.