Color Hex Logo

#729ada Color Hex

#729ADA
(114,154,218)
0 Favorites   0 Comments

Color spaces of #729ada

RGB 114154218
HSL0.600.580.65
HSV217°48°85°
CMYK 0.480.290.00   0.15
XYZ31.149931.750670.8164
Yxy31.75060.23300.2374
Hunter Lab56.34770.0693-35.0709
CIE-Lab63.13623.6232-36.8407

#729ada color RGB value is (114,154,218).

#729ada hex color red value is 114, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #729ada hue: 0.60 , saturation: 0.58 and the lightness value of 729ada is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011010 11011010
Octal 162 232 332
Decimal 114 154 218
Hex 72 9A DA

RGB Percentages of Color #729ada

%23.46
%31.69
%44.86

CMYK Percentages of Color #729ada

%48
%29
%0
%15

Triadic Colors of #729ada

#729ada #da729a #9ada72

Analogous Colors of #729ada

#729ada #7e72da #72ceda

Monochromatic Colors of #729ada

#729ada

Complementary Color

#729ada #dab272

#729ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#729ada Color CSS Codes

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

#729ada Text Font Color

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

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


#729ada Background Color

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

This div background color is #729ada


#729ada Border Color

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

This div border color is #729ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729ada


Comments

No comments written yet.

Please login to write comment.