Color Hex Logo

#729fef Color Hex

#729FEF
(114,159,239)
0 Favorites   0 Comments

Color spaces of #729fef

RGB 114159239
HSL0.610.800.69
HSV218°52°94°
CMYK 0.520.330.00   0.06
XYZ34.917634.605786.5006
Yxy34.60570.22380.2218
Hunter Lab58.82663.0053-46.0034
CIE-Lab65.44057.0641-44.8175

#729fef color RGB value is (114,159,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011111 11101111
Octal 162 237 357
Decimal 114 159 239
Hex 72 9F EF

RGB Percentages of Color #729fef

%22.27
%31.05
%46.68

CMYK Percentages of Color #729fef

%52
%33
%0
%6

Triadic Colors of #729fef

#729fef #ef729f #9fef72

Analogous Colors of #729fef

#729fef #8472ef #72deef

Monochromatic Colors of #729fef

#729fef

Complementary Color

#729fef #efc272

#729fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#729fef Color CSS Codes

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

#729fef Text Font Color

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

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


#729fef Background Color

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

This div background color is #729fef


#729fef Border Color

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

This div border color is #729fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,159,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 #729fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729fef


Comments

No comments written yet.

Please login to write comment.