Color Hex Logo

#728eab Color Hex

#728EAB
(114,142,171)
0 Favorites   0 Comments

Color spaces of #728eab

RGB 114142171
HSL0.580.250.56
HSV211°33°67°
CMYK 0.330.170.00   0.33
XYZ23.963125.863742.2573
Yxy25.86370.26020.2809
Hunter Lab50.8564-4.8909-13.6655
CIE-Lab57.9074-2.6991-18.4583

#728eab color RGB value is (114,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001110 10101011
Octal 162 216 253
Decimal 114 142 171
Hex 72 8E AB

RGB Percentages of Color #728eab

%26.70
%33.26
%40.05

CMYK Percentages of Color #728eab

%33
%17
%0
%33

Triadic Colors of #728eab

#728eab #ab728e #8eab72

Analogous Colors of #728eab

#728eab #7372ab #72abab

Monochromatic Colors of #728eab

#728eab

Complementary Color

#728eab #ab8f72

#728eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#728eab Color CSS Codes

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

#728eab Text Font Color

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

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


#728eab Background Color

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

This div background color is #728eab


#728eab Border Color

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

This div border color is #728eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728eab


Comments

No comments written yet.

Please login to write comment.