Color Hex Logo

#728aac Color Hex

#728AAC
(114,138,172)
0 Favorites   0 Comments

Color spaces of #728aac

RGB 114138172
HSL0.600.260.56
HSV215°34°67°
CMYK 0.340.200.00   0.33
XYZ23.474324.732942.5664
Yxy24.73290.25860.2725
Hunter Lab49.7322-2.7768-15.9345
CIE-Lab56.8142-0.1495-20.6980

#728aac color RGB value is (114,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001010 10101100
Octal 162 212 254
Decimal 114 138 172
Hex 72 8A AC

RGB Percentages of Color #728aac

%26.89
%32.55
%40.57

CMYK Percentages of Color #728aac

%34
%20
%0
%33

Triadic Colors of #728aac

#728aac #ac728a #8aac72

Analogous Colors of #728aac

#728aac #7772ac #72a7ac

Monochromatic Colors of #728aac

#728aac

Complementary Color

#728aac #ac9472

#728aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#728aac Color CSS Codes

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

#728aac Text Font Color

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

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


#728aac Background Color

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

This div background color is #728aac


#728aac Border Color

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

This div border color is #728aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,138,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 #728aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728aac


Comments

No comments written yet.

Please login to write comment.