Color Hex Logo

#729bec Color Hex

#729BEC
(114,155,236)
0 Favorites   0 Comments

Color spaces of #729bec

RGB 114155236
HSL0.610.760.69
HSV220°52°93°
CMYK 0.520.340.00   0.07
XYZ33.801133.076283.9597
Yxy33.07620.22410.2193
Hunter Lab57.51194.2628-46.2971
CIE-Lab64.22268.4557-45.0856

#729bec color RGB value is (114,155,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011011 11101100
Octal 162 233 354
Decimal 114 155 236
Hex 72 9B EC

RGB Percentages of Color #729bec

%22.57
%30.69
%46.73

CMYK Percentages of Color #729bec

%52
%34
%0
%7

Triadic Colors of #729bec

#729bec #ec729b #9bec72

Analogous Colors of #729bec

#729bec #8672ec #72d8ec

Monochromatic Colors of #729bec

#729bec

Complementary Color

#729bec #ecc372

#729bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#729bec Color CSS Codes

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

#729bec Text Font Color

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

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


#729bec Background Color

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

This div background color is #729bec


#729bec Border Color

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

This div border color is #729bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729bec


Comments

No comments written yet.

Please login to write comment.