Color Hex Logo

#728a8d Color Hex

#728A8D
(114,138,141)
0 Favorites   0 Comments

Color spaces of #728a8d

RGB 114138141
HSL0.520.110.50
HSV187°19°55°
CMYK 0.190.020.00   0.45
XYZ20.835623.677528.6714
Yxy23.67750.28470.3235
Hunter Lab48.6595-8.7220-0.8735
CIE-Lab55.7634-7.8447-4.4615

#728a8d color RGB value is (114,138,141).

#728a8d hex color red value is 114, green value is 138 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #728a8d hue: 0.52 , saturation: 0.11 and the lightness value of 728a8d is 0.50.

The process color (four color CMYK) of #728a8d color hex is 0.19, 0.02, 0.00, 0.45. Web safe color of #728a8d is #669999. Color #728a8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001010 10001101
Octal 162 212 215
Decimal 114 138 141
Hex 72 8A 8D

RGB Percentages of Color #728a8d

%29.01
%35.11
%35.88

CMYK Percentages of Color #728a8d

%19
%2
%0
%45

Triadic Colors of #728a8d

#728a8d #8d728a #8a8d72

Analogous Colors of #728a8d

#728a8d #727d8d #728d83

Monochromatic Colors of #728a8d

#728a8d

Complementary Color

#728a8d #8d7572

#728a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#728a8d Color CSS Codes

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

#728a8d Text Font Color

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

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


#728a8d Background Color

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

This div background color is #728a8d


#728a8d Border Color

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

This div border color is #728a8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728a8d


Comments

No comments written yet.

Please login to write comment.