Color Hex Logo

#729cbd Color Hex

#729CBD
(114,156,189)
1 Favorites   0 Comments

Color spaces of #729cbd

RGB 114156189
HSL0.570.360.59
HSV206°40°74°
CMYK 0.400.170.00   0.26
XYZ28.013231.028552.6568
Yxy31.02850.25080.2778
Hunter Lab55.7032-7.7129-17.0551
CIE-Lab62.5317-5.7537-21.5867

#729cbd color RGB value is (114,156,189).

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

The process color (four color CMYK) of #729cbd color hex is 0.40, 0.17, 0.00, 0.26. Web safe color of #729cbd is #6699cc. Color #729cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011100 10111101
Octal 162 234 275
Decimal 114 156 189
Hex 72 9C BD

RGB Percentages of Color #729cbd

%24.84
%33.99
%41.18

CMYK Percentages of Color #729cbd

%40
%17
%0
%26

Triadic Colors of #729cbd

#729cbd #bd729c #9cbd72

Analogous Colors of #729cbd

#729cbd #7277bd #72bdb9

Monochromatic Colors of #729cbd

#729cbd

Complementary Color

#729cbd #bd9372

#729cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#729cbd Color CSS Codes

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

#729cbd Text Font Color

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

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


#729cbd Background Color

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

This div background color is #729cbd


#729cbd Border Color

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

This div border color is #729cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729cbd


Comments

No comments written yet.

Please login to write comment.