Color Hex Logo

#728dab Color Hex

#728DAB
(114,141,171)
0 Favorites   0 Comments

Color spaces of #728dab

RGB 114141171
HSL0.590.250.56
HSV212°33°67°
CMYK 0.330.180.00   0.33
XYZ23.815025.567442.2079
Yxy25.56740.26000.2791
Hunter Lab50.5642-4.4165-14.0967
CIE-Lab57.6241-2.1300-18.8899

#728dab color RGB value is (114,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001101 10101011
Octal 162 215 253
Decimal 114 141 171
Hex 72 8D AB

RGB Percentages of Color #728dab

%26.76
%33.10
%40.14

CMYK Percentages of Color #728dab

%33
%18
%0
%33

Triadic Colors of #728dab

#728dab #ab728d #8dab72

Analogous Colors of #728dab

#728dab #7472ab #72aaab

Monochromatic Colors of #728dab

#728dab

Complementary Color

#728dab #ab9072

#728dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#728dab Color CSS Codes

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

#728dab Text Font Color

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

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


#728dab Background Color

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

This div background color is #728dab


#728dab Border Color

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

This div border color is #728dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728dab


Comments

No comments written yet.

Please login to write comment.