Color Hex Logo

#729fdb Color Hex

#729FDB
(114,159,219)
0 Favorites   0 Comments

Color spaces of #729fdb

RGB 114159219
HSL0.600.590.65
HSV214°48°86°
CMYK 0.480.270.00   0.14
XYZ32.123733.488271.7886
Yxy33.48820.23380.2437
Hunter Lab57.8690-2.1835-33.0431
CIE-Lab64.55431.0664-35.1851

#729fdb color RGB value is (114,159,219).

#729fdb hex color red value is 114, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #729fdb hue: 0.60 , saturation: 0.59 and the lightness value of 729fdb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011111 11011011
Octal 162 237 333
Decimal 114 159 219
Hex 72 9F DB

RGB Percentages of Color #729fdb

%23.17
%32.32
%44.51

CMYK Percentages of Color #729fdb

%48
%27
%0
%14

Triadic Colors of #729fdb

#729fdb #db729f #9fdb72

Analogous Colors of #729fdb

#729fdb #7a72db #72d4db

Monochromatic Colors of #729fdb

#729fdb

Complementary Color

#729fdb #dbae72

#729fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#729fdb Color CSS Codes

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

#729fdb Text Font Color

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

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


#729fdb Background Color

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

This div background color is #729fdb


#729fdb Border Color

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

This div border color is #729fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729fdb


Comments

No comments written yet.

Please login to write comment.