Color Hex Logo

#729ebb Color Hex

#729EBB
(114,158,187)
0 Favorites   0 Comments

Color spaces of #729ebb

RGB 114158187
HSL0.570.350.59
HSV204°39°73°
CMYK 0.390.160.00   0.27
XYZ28.135931.619051.6339
Yxy31.61900.25260.2839
Hunter Lab56.2308-9.0887-15.0815
CIE-Lab63.0267-7.4024-19.7100

#729ebb color RGB value is (114,158,187).

#729ebb hex color red value is 114, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #729ebb hue: 0.57 , saturation: 0.35 and the lightness value of 729ebb is 0.59.

The process color (four color CMYK) of #729ebb color hex is 0.39, 0.16, 0.00, 0.27. Web safe color of #729ebb is #6699cc. Color #729ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011110 10111011
Octal 162 236 273
Decimal 114 158 187
Hex 72 9E BB

RGB Percentages of Color #729ebb

%24.84
%34.42
%40.74

CMYK Percentages of Color #729ebb

%39
%16
%0
%27

Triadic Colors of #729ebb

#729ebb #bb729e #9ebb72

Analogous Colors of #729ebb

#729ebb #727abb #72bbb4

Monochromatic Colors of #729ebb

#729ebb

Complementary Color

#729ebb #bb8f72

#729ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#729ebb Color CSS Codes

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

#729ebb Text Font Color

<p style="color:#729ebb">Text here</p>

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


#729ebb Background Color

<div style="background-color:#729ebb">
Div content here</div>

This div background color is #729ebb


#729ebb Border Color

<div style="border:3px solid #729ebb">
Div here</div>

This div border color is #729ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,158,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #729ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #729ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #729ebb;
  box-shadow:         1px 1px 3px 2px #729ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729ebb


Comments

No comments written yet.

Please login to write comment.