Color Hex Logo

#54728a Color Hex

#54728A
(84,114,138)
0 Favorites   0 Comments

Color spaces of #54728a

RGB 84114138
HSL0.570.240.44
HSV207°39°54°
CMYK 0.390.170.00   0.46
XYZ14.260915.754426.3340
Yxy15.75440.25310.2796
Hunter Lab39.6918-5.3273-11.5524
CIE-Lab46.6506-4.3572-16.5906

#54728a color RGB value is (84,114,138).

#54728a hex color red value is 84, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #54728a hue: 0.57 , saturation: 0.24 and the lightness value of 54728a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110010 10001010
Octal 124 162 212
Decimal 84 114 138
Hex 54 72 8A

RGB Percentages of Color #54728a

%25.00
%33.93
%41.07

CMYK Percentages of Color #54728a

%39
%17
%0
%46

Triadic Colors of #54728a

#54728a #8a5472 #728a54

Analogous Colors of #54728a

#54728a #54578a #548a87

Monochromatic Colors of #54728a

#54728a

Complementary Color

#54728a #8a6c54

#54728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54728a Color CSS Codes

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

#54728a Text Font Color

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

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


#54728a Background Color

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

This div background color is #54728a


#54728a Border Color

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

This div border color is #54728a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,114,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54728a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54728a;
  -webkit-box-shadow: 1px 1px 3px 2px #54728a;
  box-shadow:         1px 1px 3px 2px #54728a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54728a


Comments

No comments written yet.

Please login to write comment.