Color Hex Logo

#54748e Color Hex

#54748E
(84,116,142)
0 Favorites   0 Comments

Color spaces of #54748e

RGB 84116142
HSL0.570.260.44
HSV207°41°56°
CMYK 0.410.180.00   0.44
XYZ14.784016.328627.9637
Yxy16.32860.25030.2764
Hunter Lab40.4087-5.4088-12.7439
CIE-Lab47.4027-4.3893-17.8131

#54748e color RGB value is (84,116,142).

#54748e hex color red value is 84, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #54748e hue: 0.57 , saturation: 0.26 and the lightness value of 54748e is 0.44.

The process color (four color CMYK) of #54748e color hex is 0.41, 0.18, 0.00, 0.44. Web safe color of #54748e is #666699. Color #54748e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110100 10001110
Octal 124 164 216
Decimal 84 116 142
Hex 54 74 8E

RGB Percentages of Color #54748e

%24.56
%33.92
%41.52

CMYK Percentages of Color #54748e

%41
%18
%0
%44

Triadic Colors of #54748e

#54748e #8e5474 #748e54

Analogous Colors of #54748e

#54748e #54578e #548e8b

Monochromatic Colors of #54748e

#54748e

Complementary Color

#54748e #8e6e54

#54748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54748e Color CSS Codes

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

#54748e Text Font Color

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

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


#54748e Background Color

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

This div background color is #54748e


#54748e Border Color

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

This div border color is #54748e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,116,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54748e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54748e;
  -webkit-box-shadow: 1px 1px 3px 2px #54748e;
  box-shadow:         1px 1px 3px 2px #54748e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54748e


Comments

No comments written yet.

Please login to write comment.