Color Hex Logo

#729eca Color Hex

#729ECA
(114,158,202)
0 Favorites   0 Comments

Color spaces of #729eca

RGB 114158202
HSL0.580.450.62
HSV210°44°79°
CMYK 0.440.220.00   0.21
XYZ29.827032.295460.5387
Yxy32.29540.24320.2633
Hunter Lab56.8290-5.7642-23.3800
CIE-Lab63.5863-3.2675-27.2400

#729eca color RGB value is (114,158,202).

#729eca hex color red value is 114, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #729eca hue: 0.58 , saturation: 0.45 and the lightness value of 729eca is 0.62.

The process color (four color CMYK) of #729eca color hex is 0.44, 0.22, 0.00, 0.21. Web safe color of #729eca is #6699cc. Color #729eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011110 11001010
Octal 162 236 312
Decimal 114 158 202
Hex 72 9E CA

RGB Percentages of Color #729eca

%24.05
%33.33
%42.62

CMYK Percentages of Color #729eca

%44
%22
%0
%21

Triadic Colors of #729eca

#729eca #ca729e #9eca72

Analogous Colors of #729eca

#729eca #7272ca #72caca

Monochromatic Colors of #729eca

#729eca

Complementary Color

#729eca #ca9e72

#729eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#729eca Color CSS Codes

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

#729eca Text Font Color

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

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


#729eca Background Color

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

This div background color is #729eca


#729eca Border Color

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

This div border color is #729eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729eca


Comments

No comments written yet.

Please login to write comment.