Color Hex Logo

#54739f Color Hex

#54739F
(84,115,159)
0 Favorites   0 Comments

Color spaces of #54739f

RGB 84115159
HSL0.600.310.48
HSV215°47°62°
CMYK 0.470.280.00   0.38
XYZ16.044916.649535.1689
Yxy16.64950.23640.2453
Hunter Lab40.8038-1.2167-22.5395
CIE-Lab47.81531.2691-27.1974

#54739f color RGB value is (84,115,159).

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

The process color (four color CMYK) of #54739f color hex is 0.47, 0.28, 0.00, 0.38. Web safe color of #54739f is #666699. Color #54739f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110011 10011111
Octal 124 163 237
Decimal 84 115 159
Hex 54 73 9F

RGB Percentages of Color #54739f

%23.46
%32.12
%44.41

CMYK Percentages of Color #54739f

%47
%28
%0
%38

Triadic Colors of #54739f

#54739f #9f5473 #739f54

Analogous Colors of #54739f

#54739f #5b549f #54999f

Monochromatic Colors of #54739f

#54739f

Complementary Color

#54739f #9f8054

#54739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54739f Color CSS Codes

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

#54739f Text Font Color

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

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


#54739f Background Color

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

This div background color is #54739f


#54739f Border Color

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

This div border color is #54739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54739f


Comments

No comments written yet.

Please login to write comment.