Color Hex Logo

#728fad Color Hex

#728FAD
(114,143,173)
0 Favorites   0 Comments

Color spaces of #728fad

RGB 114143173
HSL0.580.260.56
HSV211°34°68°
CMYK 0.340.170.00   0.32
XYZ24.304726.239543.3189
Yxy26.23950.25890.2796
Hunter Lab51.2245-4.9493-14.2825
CIE-Lab58.2637-2.7408-19.0557

#728fad color RGB value is (114,143,173).

#728fad hex color red value is 114, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #728fad hue: 0.58 , saturation: 0.26 and the lightness value of 728fad is 0.56.

The process color (four color CMYK) of #728fad color hex is 0.34, 0.17, 0.00, 0.32. Web safe color of #728fad is #669999. Color #728fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001111 10101101
Octal 162 217 255
Decimal 114 143 173
Hex 72 8F AD

RGB Percentages of Color #728fad

%26.51
%33.26
%40.23

CMYK Percentages of Color #728fad

%34
%17
%0
%32

Triadic Colors of #728fad

#728fad #ad728f #8fad72

Analogous Colors of #728fad

#728fad #7372ad #72adad

Monochromatic Colors of #728fad

#728fad

Complementary Color

#728fad #ad9072

#728fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#728fad Color CSS Codes

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

#728fad Text Font Color

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

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


#728fad Background Color

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

This div background color is #728fad


#728fad Border Color

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

This div border color is #728fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728fad


Comments

No comments written yet.

Please login to write comment.