Color Hex Logo

#728090 Color Hex

#728090
(114,128,144)
0 Favorites   0 Comments

Color spaces of #728090

RGB 114128144
HSL0.590.120.51
HSV212°21°56°
CMYK 0.210.110.00   0.44
XYZ19.692621.029429.4067
Yxy21.02940.28080.2999
Hunter Lab45.8578-3.5984-5.9197
CIE-Lab52.9817-1.4711-10.3443

#728090 color RGB value is (114,128,144).

#728090 hex color red value is 114, green value is 128 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #728090 hue: 0.59 , saturation: 0.12 and the lightness value of 728090 is 0.51.

The process color (four color CMYK) of #728090 color hex is 0.21, 0.11, 0.00, 0.44. Web safe color of #728090 is #669999. Color #728090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000000 10010000
Octal 162 200 220
Decimal 114 128 144
Hex 72 80 90

RGB Percentages of Color #728090

%29.53
%33.16
%37.31

CMYK Percentages of Color #728090

%21
%11
%0
%44

Triadic Colors of #728090

#728090 #907280 #809072

Analogous Colors of #728090

#728090 #737290 #728f90

Monochromatic Colors of #728090

#728090

Complementary Color

#728090 #908272

#728090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728090 Color CSS Codes

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

#728090 Text Font Color

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

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


#728090 Background Color

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

This div background color is #728090


#728090 Border Color

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

This div border color is #728090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728090

#728090 Color Palettes


Comments

No comments written yet.

Please login to write comment.