Color Hex Logo

#749ccd Color Hex

#749CCD
(116,156,205)
0 Favorites   0 Comments

Color spaces of #749ccd

RGB 116156205
HSL0.590.470.63
HSV213°43°80°
CMYK 0.430.240.00   0.20
XYZ30.110431.897762.3275
Yxy31.89770.24220.2565
Hunter Lab56.4780-3.6721-25.8961
CIE-Lab63.2582-0.7808-29.4097

#749ccd color RGB value is (116,156,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 11001101
Octal 164 234 315
Decimal 116 156 205
Hex 74 9C CD

RGB Percentages of Color #749ccd

%24.32
%32.70
%42.98

CMYK Percentages of Color #749ccd

%43
%24
%0
%20

Triadic Colors of #749ccd

#749ccd #cd749c #9ccd74

Analogous Colors of #749ccd

#749ccd #7974cd #74c9cd

Monochromatic Colors of #749ccd

#749ccd

Complementary Color

#749ccd #cda574

#749ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ccd Color CSS Codes

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

#749ccd Text Font Color

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

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


#749ccd Background Color

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

This div background color is #749ccd


#749ccd Border Color

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

This div border color is #749ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ccd


Comments

No comments written yet.

Please login to write comment.