Color Hex Logo

#729cdd Color Hex

#729CDD
(114,156,221)
0 Favorites   0 Comments

Color spaces of #729cdd

RGB 114156221
HSL0.600.610.66
HSV216°48°87°
CMYK 0.480.290.00   0.13
XYZ31.879032.574873.0140
Yxy32.57480.23190.2370
Hunter Lab57.0743-0.1785-35.8964
CIE-Lab63.81513.3657-37.4444

#729cdd color RGB value is (114,156,221).

#729cdd hex color red value is 114, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #729cdd hue: 0.60 , saturation: 0.61 and the lightness value of 729cdd is 0.66.

The process color (four color CMYK) of #729cdd color hex is 0.48, 0.29, 0.00, 0.13. Web safe color of #729cdd is #6699cc. Color #729cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011100 11011101
Octal 162 234 335
Decimal 114 156 221
Hex 72 9C DD

RGB Percentages of Color #729cdd

%23.22
%31.77
%45.01

CMYK Percentages of Color #729cdd

%48
%29
%0
%13

Triadic Colors of #729cdd

#729cdd #dd729c #9cdd72

Analogous Colors of #729cdd

#729cdd #7e72dd #72d2dd

Monochromatic Colors of #729cdd

#729cdd

Complementary Color

#729cdd #ddb372

#729cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#729cdd Color CSS Codes

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

#729cdd Text Font Color

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

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


#729cdd Background Color

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

This div background color is #729cdd


#729cdd Border Color

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

This div border color is #729cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729cdd


Comments

No comments written yet.

Please login to write comment.