Color Hex Logo

#729eea Color Hex

#729EEA
(114,158,234)
0 Favorites   0 Comments

Color spaces of #729eea

RGB 114158234
HSL0.610.740.68
HSV218°51°92°
CMYK 0.510.320.00   0.08
XYZ34.017633.971682.6062
Yxy33.97160.22590.2256
Hunter Lab58.28522.1809-43.2307
CIE-Lab64.94006.1179-42.8578

#729eea color RGB value is (114,158,234).

#729eea hex color red value is 114, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #729eea hue: 0.61 , saturation: 0.74 and the lightness value of 729eea is 0.68.

The process color (four color CMYK) of #729eea color hex is 0.51, 0.32, 0.00, 0.08. Web safe color of #729eea is #6699ff. Color #729eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011110 11101010
Octal 162 236 352
Decimal 114 158 234
Hex 72 9E EA

RGB Percentages of Color #729eea

%22.53
%31.23
%46.25

CMYK Percentages of Color #729eea

%51
%32
%0
%8

Triadic Colors of #729eea

#729eea #ea729e #9eea72

Analogous Colors of #729eea

#729eea #8272ea #72daea

Monochromatic Colors of #729eea

#729eea

Complementary Color

#729eea #eabe72

#729eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#729eea Color CSS Codes

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

#729eea Text Font Color

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

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


#729eea Background Color

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

This div background color is #729eea


#729eea Border Color

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

This div border color is #729eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729eea

#729eea Color Palettes


Comments

No comments written yet.

Please login to write comment.