Color Hex Logo

#729ecd Color Hex

#729ECD
(114,158,205)
0 Favorites   0 Comments

Color spaces of #729ecd

RGB 114158205
HSL0.590.480.63
HSV211°44°80°
CMYK 0.440.230.00   0.20
XYZ30.185732.438962.4280
Yxy32.43890.24140.2594
Hunter Lab56.9552-5.0682-25.1186
CIE-Lab63.7040-2.4182-28.7304

#729ecd color RGB value is (114,158,205).

#729ecd hex color red value is 114, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #729ecd hue: 0.59 , saturation: 0.48 and the lightness value of 729ecd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011110 11001101
Octal 162 236 315
Decimal 114 158 205
Hex 72 9E CD

RGB Percentages of Color #729ecd

%23.90
%33.12
%42.98

CMYK Percentages of Color #729ecd

%44
%23
%0
%20

Triadic Colors of #729ecd

#729ecd #cd729e #9ecd72

Analogous Colors of #729ecd

#729ecd #7472cd #72cccd

Monochromatic Colors of #729ecd

#729ecd

Complementary Color

#729ecd #cda172

#729ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#729ecd Color CSS Codes

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

#729ecd Text Font Color

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

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


#729ecd Background Color

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

This div background color is #729ecd


#729ecd Border Color

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

This div border color is #729ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729ecd


Comments

No comments written yet.

Please login to write comment.