Color Hex Logo

#728487 Color Hex

#728487
(114,132,135)
0 Favorites   0 Comments

Color spaces of #728487

RGB 114132135
HSL0.520.080.49
HSV189°16°53°
CMYK 0.160.020.00   0.47
XYZ19.563921.829226.1040
Yxy21.82920.28980.3234
Hunter Lab46.7217-7.0193-0.4208
CIE-Lab53.8453-5.8397-3.8221

#728487 color RGB value is (114,132,135).

#728487 hex color red value is 114, green value is 132 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #728487 hue: 0.52 , saturation: 0.08 and the lightness value of 728487 is 0.49.

The process color (four color CMYK) of #728487 color hex is 0.16, 0.02, 0.00, 0.47. Web safe color of #728487 is #669999. Color #728487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000100 10000111
Octal 162 204 207
Decimal 114 132 135
Hex 72 84 87

RGB Percentages of Color #728487

%29.92
%34.65
%35.43

CMYK Percentages of Color #728487

%16
%2
%0
%47

Triadic Colors of #728487

#728487 #877284 #848772

Analogous Colors of #728487

#728487 #727a87 #728780

Monochromatic Colors of #728487

#728487

Complementary Color

#728487 #877572

#728487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728487 Color CSS Codes

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

#728487 Text Font Color

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

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


#728487 Background Color

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

This div background color is #728487


#728487 Border Color

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

This div border color is #728487


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,132,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #728487; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #728487;
  -webkit-box-shadow: 1px 1px 3px 2px #728487;
  box-shadow:         1px 1px 3px 2px #728487; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728487

#728487 Color Palettes


Comments

No comments written yet.

Please login to write comment.