Color Hex Logo

#729bbe Color Hex

#729BBE
(114,155,190)
0 Favorites   0 Comments

Color spaces of #729bbe

RGB 114155190
HSL0.580.370.60
HSV208°40°75°
CMYK 0.400.180.00   0.25
XYZ27.955030.737853.1748
Yxy30.73780.24990.2748
Hunter Lab55.4417-7.0190-18.0566
CIE-Lab62.2857-4.9239-22.5240

#729bbe color RGB value is (114,155,190).

#729bbe hex color red value is 114, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #729bbe hue: 0.58 , saturation: 0.37 and the lightness value of 729bbe is 0.60.

The process color (four color CMYK) of #729bbe color hex is 0.40, 0.18, 0.00, 0.25. Web safe color of #729bbe is #6699cc. Color #729bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011011 10111110
Octal 162 233 276
Decimal 114 155 190
Hex 72 9B BE

RGB Percentages of Color #729bbe

%24.84
%33.77
%41.39

CMYK Percentages of Color #729bbe

%40
%18
%0
%25

Triadic Colors of #729bbe

#729bbe #be729b #9bbe72

Analogous Colors of #729bbe

#729bbe #7275be #72bebb

Monochromatic Colors of #729bbe

#729bbe

Complementary Color

#729bbe #be9572

#729bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#729bbe Color CSS Codes

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

#729bbe Text Font Color

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

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


#729bbe Background Color

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

This div background color is #729bbe


#729bbe Border Color

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

This div border color is #729bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729bbe


Comments

No comments written yet.

Please login to write comment.