Color Hex Logo

#729ccb Color Hex

#729CCB
(114,156,203)
0 Favorites   0 Comments

Color spaces of #729ccb

RGB 114156203
HSL0.590.460.62
HSV212°44°80°
CMYK 0.440.230.00   0.20
XYZ29.607431.666161.0516
Yxy31.66610.24200.2589
Hunter Lab56.2726-4.5608-24.9344
CIE-Lab63.0660-1.8606-28.6003

#729ccb color RGB value is (114,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011100 11001011
Octal 162 234 313
Decimal 114 156 203
Hex 72 9C CB

RGB Percentages of Color #729ccb

%24.10
%32.98
%42.92

CMYK Percentages of Color #729ccb

%44
%23
%0
%20

Triadic Colors of #729ccb

#729ccb #cb729c #9ccb72

Analogous Colors of #729ccb

#729ccb #7572cb #72c9cb

Monochromatic Colors of #729ccb

#729ccb

Complementary Color

#729ccb #cba172

#729ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#729ccb Color CSS Codes

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

#729ccb Text Font Color

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

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


#729ccb Background Color

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

This div background color is #729ccb


#729ccb Border Color

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

This div border color is #729ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729ccb


Comments

No comments written yet.

Please login to write comment.