Color Hex Logo

#729acc Color Hex

#729ACC
(114,154,204)
0 Favorites   0 Comments

Color spaces of #729acc

RGB 114154204
HSL0.590.470.62
HSV213°44°80°
CMYK 0.440.250.00   0.20
XYZ29.394131.048261.5704
Yxy31.04820.24090.2545
Hunter Lab55.7209-3.3486-26.5095
CIE-Lab62.5483-0.4453-29.9586

#729acc color RGB value is (114,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011010 11001100
Octal 162 232 314
Decimal 114 154 204
Hex 72 9A CC

RGB Percentages of Color #729acc

%24.15
%32.63
%43.22

CMYK Percentages of Color #729acc

%44
%25
%0
%20

Triadic Colors of #729acc

#729acc #cc729a #9acc72

Analogous Colors of #729acc

#729acc #7772cc #72c7cc

Monochromatic Colors of #729acc

#729acc

Complementary Color

#729acc #cca472

#729acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#729acc Color CSS Codes

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

#729acc Text Font Color

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

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


#729acc Background Color

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

This div background color is #729acc


#729acc Border Color

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

This div border color is #729acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729acc


Comments

No comments written yet.

Please login to write comment.