Color Hex Logo

#749ecd Color Hex

#749ECD
(116,158,205)
0 Favorites   0 Comments

Color spaces of #749ecd

RGB 116158205
HSL0.590.470.63
HSV212°43°80°
CMYK 0.430.230.00   0.20
XYZ30.448832.574562.4403
Yxy32.57450.24270.2596
Hunter Lab57.0741-4.6506-24.9127
CIE-Lab63.8149-1.9080-28.5501

#749ecd color RGB value is (116,158,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011110 11001101
Octal 164 236 315
Decimal 116 158 205
Hex 74 9E CD

RGB Percentages of Color #749ecd

%24.22
%32.99
%42.80

CMYK Percentages of Color #749ecd

%43
%23
%0
%20

Triadic Colors of #749ecd

#749ecd #cd749e #9ecd74

Analogous Colors of #749ecd

#749ecd #7774cd #74cbcd

Monochromatic Colors of #749ecd

#749ecd

Complementary Color

#749ecd #cda374

#749ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ecd Color CSS Codes

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

#749ecd Text Font Color

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

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


#749ecd Background Color

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

This div background color is #749ecd


#749ecd Border Color

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

This div border color is #749ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,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 #749ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ecd


Comments

No comments written yet.

Please login to write comment.