Color Hex Logo

#729dcc Color Hex

#729DCC
(114,157,204)
0 Favorites   0 Comments

Color spaces of #729dcc

RGB 114157204
HSL0.590.470.62
HSV211°44°80°
CMYK 0.440.230.00   0.20
XYZ29.895532.051061.7375
Yxy32.05100.24170.2591
Hunter Lab56.6136-4.8147-25.0266
CIE-Lab63.3850-2.1401-28.6655

#729dcc color RGB value is (114,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011101 11001100
Octal 162 235 314
Decimal 114 157 204
Hex 72 9D CC

RGB Percentages of Color #729dcc

%24.00
%33.05
%42.95

CMYK Percentages of Color #729dcc

%44
%23
%0
%20

Triadic Colors of #729dcc

#729dcc #cc729d #9dcc72

Analogous Colors of #729dcc

#729dcc #7472cc #72cacc

Monochromatic Colors of #729dcc

#729dcc

Complementary Color

#729dcc #cca172

#729dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#729dcc Color CSS Codes

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

#729dcc Text Font Color

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

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


#729dcc Background Color

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

This div background color is #729dcc


#729dcc Border Color

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

This div border color is #729dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,157,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 #729dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729dcc


Comments

No comments written yet.

Please login to write comment.