Color Hex Logo

#729aea Color Hex

#729AEA
(114,154,234)
0 Favorites   0 Comments

Color spaces of #729aea

RGB 114154234
HSL0.610.740.68
HSV220°51°92°
CMYK 0.510.340.00   0.08
XYZ33.346332.629182.3824
Yxy32.62910.22480.2199
Hunter Lab57.12194.2404-45.5240
CIE-Lab63.85958.4248-44.5559

#729aea color RGB value is (114,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011010 11101010
Octal 162 232 352
Decimal 114 154 234
Hex 72 9A EA

RGB Percentages of Color #729aea

%22.71
%30.68
%46.61

CMYK Percentages of Color #729aea

%51
%34
%0
%8

Triadic Colors of #729aea

#729aea #ea729a #9aea72

Analogous Colors of #729aea

#729aea #8672ea #72d6ea

Monochromatic Colors of #729aea

#729aea

Complementary Color

#729aea #eac272

#729aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#729aea Color CSS Codes

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

#729aea Text Font Color

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

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


#729aea Background Color

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

This div background color is #729aea


#729aea Border Color

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

This div border color is #729aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729aea


Comments

No comments written yet.

Please login to write comment.