Color Hex Logo

#729acb Color Hex

#729ACB
(114,154,203)
0 Favorites   0 Comments

Color spaces of #729acb

RGB 114154203
HSL0.590.460.62
HSV213°44°80°
CMYK 0.440.240.00   0.20
XYZ29.274531.000460.9407
Yxy31.00040.24150.2557
Hunter Lab55.6780-3.5844-25.9195
CIE-Lab62.5080-0.7307-29.4624

#729acb color RGB value is (114,154,203).

#729acb hex color red value is 114, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #729acb hue: 0.59 , saturation: 0.46 and the lightness value of 729acb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011010 11001011
Octal 162 232 313
Decimal 114 154 203
Hex 72 9A CB

RGB Percentages of Color #729acb

%24.20
%32.70
%43.10

CMYK Percentages of Color #729acb

%44
%24
%0
%20

Triadic Colors of #729acb

#729acb #cb729a #9acb72

Analogous Colors of #729acb

#729acb #7772cb #72c7cb

Monochromatic Colors of #729acb

#729acb

Complementary Color

#729acb #cba372

#729acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#729acb Color CSS Codes

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

#729acb Text Font Color

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

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


#729acb Background Color

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

This div background color is #729acb


#729acb Border Color

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

This div border color is #729acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729acb


Comments

No comments written yet.

Please login to write comment.