Color Hex Logo

#728baf Color Hex

#728BAF
(114,139,175)
0 Favorites   0 Comments

Color spaces of #728baf

RGB 114139175
HSL0.600.280.57
HSV215°35°69°
CMYK 0.350.210.00   0.31
XYZ23.909925.137844.1493
Yxy25.13780.25660.2697
Hunter Lab50.1376-2.6168-17.1122
CIE-Lab57.20940.0756-21.8073

#728baf color RGB value is (114,139,175).

#728baf hex color red value is 114, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #728baf hue: 0.60 , saturation: 0.28 and the lightness value of 728baf is 0.57.

The process color (four color CMYK) of #728baf color hex is 0.35, 0.21, 0.00, 0.31. Web safe color of #728baf is #669999. Color #728baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001011 10101111
Octal 162 213 257
Decimal 114 139 175
Hex 72 8B AF

RGB Percentages of Color #728baf

%26.64
%32.48
%40.89

CMYK Percentages of Color #728baf

%35
%21
%0
%31

Triadic Colors of #728baf

#728baf #af728b #8baf72

Analogous Colors of #728baf

#728baf #7872af #72aaaf

Monochromatic Colors of #728baf

#728baf

Complementary Color

#728baf #af9672

#728baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#728baf Color CSS Codes

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

#728baf Text Font Color

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

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


#728baf Background Color

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

This div background color is #728baf


#728baf Border Color

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

This div border color is #728baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728baf


Comments

No comments written yet.

Please login to write comment.