Color Hex Logo

#729def Color Hex

#729DEF
(114,157,239)
0 Favorites   0 Comments

Color spaces of #729def

RGB 114157239
HSL0.610.800.69
HSV219°52°94°
CMYK 0.520.340.00   0.06
XYZ34.576433.923386.3868
Yxy33.92330.22320.2190
Hunter Lab58.24374.0401-47.1681
CIE-Lab64.90168.2166-45.6653

#729def color RGB value is (114,157,239).

#729def hex color red value is 114, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #729def hue: 0.61 , saturation: 0.80 and the lightness value of 729def is 0.69.

The process color (four color CMYK) of #729def color hex is 0.52, 0.34, 0.00, 0.06. Web safe color of #729def is #6699ff. Color #729def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011101 11101111
Octal 162 235 357
Decimal 114 157 239
Hex 72 9D EF

RGB Percentages of Color #729def

%22.35
%30.78
%46.86

CMYK Percentages of Color #729def

%52
%34
%0
%6

Triadic Colors of #729def

#729def #ef729d #9def72

Analogous Colors of #729def

#729def #8672ef #72dcef

Monochromatic Colors of #729def

#729def

Complementary Color

#729def #efc472

#729def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729def Color Preview on White Background

Lorem ipsum dolor sit amet.

#729def Color CSS Codes

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

#729def Text Font Color

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

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


#729def Background Color

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

This div background color is #729def


#729def Border Color

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

This div border color is #729def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729def


Comments

No comments written yet.

Please login to write comment.