Color Hex Logo

#729cb7 Color Hex

#729CB7
(114,156,183)
0 Favorites   0 Comments

Color spaces of #729cb7

RGB 114156183
HSL0.570.320.58
HSV203°38°72°
CMYK 0.380.150.00   0.28
XYZ27.375130.773249.2968
Yxy30.77320.25480.2864
Hunter Lab55.4736-8.9927-13.8567
CIE-Lab62.3157-7.3687-18.5464

#729cb7 color RGB value is (114,156,183).

#729cb7 hex color red value is 114, green value is 156 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #729cb7 hue: 0.57 , saturation: 0.32 and the lightness value of 729cb7 is 0.58.

The process color (four color CMYK) of #729cb7 color hex is 0.38, 0.15, 0.00, 0.28. Web safe color of #729cb7 is #6699cc. Color #729cb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011100 10110111
Octal 162 234 267
Decimal 114 156 183
Hex 72 9C B7

RGB Percentages of Color #729cb7

%25.17
%34.44
%40.40

CMYK Percentages of Color #729cb7

%38
%15
%0
%28

Triadic Colors of #729cb7

#729cb7 #b7729c #9cb772

Analogous Colors of #729cb7

#729cb7 #727ab7 #72b7b0

Monochromatic Colors of #729cb7

#729cb7

Complementary Color

#729cb7 #b78d72

#729cb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729cb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729cb7 Color CSS Codes

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

#729cb7 Text Font Color

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

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


#729cb7 Background Color

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

This div background color is #729cb7


#729cb7 Border Color

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

This div border color is #729cb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729cb7


Comments

No comments written yet.

Please login to write comment.