Color Hex Logo

#729bee Color Hex

#729BEE
(114,155,238)
0 Favorites   0 Comments

Color spaces of #729bee

RGB 114155238
HSL0.610.780.69
HSV220°52°93°
CMYK 0.520.350.00   0.07
XYZ34.093433.193185.4989
Yxy33.19310.22310.2173
Hunter Lab57.61354.8058-47.6575
CIE-Lab64.31709.0670-46.0368

#729bee color RGB value is (114,155,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011011 11101110
Octal 162 233 356
Decimal 114 155 238
Hex 72 9B EE

RGB Percentages of Color #729bee

%22.49
%30.57
%46.94

CMYK Percentages of Color #729bee

%52
%35
%0
%7

Triadic Colors of #729bee

#729bee #ee729b #9bee72

Analogous Colors of #729bee

#729bee #8772ee #72d9ee

Monochromatic Colors of #729bee

#729bee

Complementary Color

#729bee #eec572

#729bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#729bee Color CSS Codes

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

#729bee Text Font Color

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

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


#729bee Background Color

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

This div background color is #729bee


#729bee Border Color

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

This div border color is #729bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729bee


Comments

No comments written yet.

Please login to write comment.