Color Hex Logo

#729fe5 Color Hex

#729FE5
(114,159,229)
0 Favorites   0 Comments

Color spaces of #729fe5

RGB 114159229
HSL0.600.690.67
HSV217°50°90°
CMYK 0.500.310.00   0.10
XYZ33.480434.030878.9327
Yxy34.03080.22860.2324
Hunter Lab58.33590.3576-39.3885
CIE-Lab64.98704.0368-40.0317

#729fe5 color RGB value is (114,159,229).

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

The process color (four color CMYK) of #729fe5 color hex is 0.50, 0.31, 0.00, 0.10. Web safe color of #729fe5 is #6699cc. Color #729fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011111 11100101
Octal 162 237 345
Decimal 114 159 229
Hex 72 9F E5

RGB Percentages of Color #729fe5

%22.71
%31.67
%45.62

CMYK Percentages of Color #729fe5

%50
%31
%0
%10

Triadic Colors of #729fe5

#729fe5 #e5729f #9fe572

Analogous Colors of #729fe5

#729fe5 #7f72e5 #72d9e5

Monochromatic Colors of #729fe5

#729fe5

Complementary Color

#729fe5 #e5b872

#729fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729fe5 Color CSS Codes

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

#729fe5 Text Font Color

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

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


#729fe5 Background Color

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

This div background color is #729fe5


#729fe5 Border Color

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

This div border color is #729fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729fe5


Comments

No comments written yet.

Please login to write comment.