Color Hex Logo

#728293 Color Hex

#728293
(114,130,147)
0 Favorites   0 Comments

Color spaces of #728293

RGB 114130147
HSL0.590.130.51
HSV211°22°58°
CMYK 0.220.120.00   0.42
XYZ20.188521.649330.7184
Yxy21.64930.27820.2984
Hunter Lab46.5288-3.9756-6.5732
CIE-Lab53.6529-1.9015-11.0813

#728293 color RGB value is (114,130,147).

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

The process color (four color CMYK) of #728293 color hex is 0.22, 0.12, 0.00, 0.42. Web safe color of #728293 is #669999. Color #728293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000010 10010011
Octal 162 202 223
Decimal 114 130 147
Hex 72 82 93

RGB Percentages of Color #728293

%29.16
%33.25
%37.60

CMYK Percentages of Color #728293

%22
%12
%0
%42

Triadic Colors of #728293

#728293 #937282 #829372

Analogous Colors of #728293

#728293 #737293 #729393

Monochromatic Colors of #728293

#728293

Complementary Color

#728293 #938372

#728293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728293 Color CSS Codes

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

#728293 Text Font Color

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

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


#728293 Background Color

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

This div background color is #728293


#728293 Border Color

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

This div border color is #728293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728293


Comments

No comments written yet.

Please login to write comment.