Color Hex Logo

#728dac Color Hex

#728DAC
(114,141,172)
0 Favorites   0 Comments

Color spaces of #728dac

RGB 114141172
HSL0.590.260.56
HSV212°34°67°
CMYK 0.340.180.00   0.33
XYZ23.910725.605742.7119
Yxy25.60570.25930.2776
Hunter Lab50.6021-4.2081-14.6237
CIE-Lab57.6609-1.8667-19.4047

#728dac color RGB value is (114,141,172).

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

The process color (four color CMYK) of #728dac color hex is 0.34, 0.18, 0.00, 0.33. Web safe color of #728dac is #669999. Color #728dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001101 10101100
Octal 162 215 254
Decimal 114 141 172
Hex 72 8D AC

RGB Percentages of Color #728dac

%26.70
%33.02
%40.28

CMYK Percentages of Color #728dac

%34
%18
%0
%33

Triadic Colors of #728dac

#728dac #ac728d #8dac72

Analogous Colors of #728dac

#728dac #7472ac #72aaac

Monochromatic Colors of #728dac

#728dac

Complementary Color

#728dac #ac9172

#728dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#728dac Color CSS Codes

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

#728dac Text Font Color

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

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


#728dac Background Color

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

This div background color is #728dac


#728dac Border Color

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

This div border color is #728dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728dac


Comments

No comments written yet.

Please login to write comment.