Color Hex Logo

#749bcd Color Hex

#749BCD
(116,155,205)
0 Favorites   0 Comments

Color spaces of #749bcd

RGB 116155205
HSL0.590.470.63
HSV214°43°80°
CMYK 0.430.240.00   0.20
XYZ29.943231.563562.2718
Yxy31.56350.24190.2550
Hunter Lab56.1814-3.1817-26.3904
CIE-Lab62.9805-0.2156-29.8391

#749bcd color RGB value is (116,155,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 11001101
Octal 164 233 315
Decimal 116 155 205
Hex 74 9B CD

RGB Percentages of Color #749bcd

%24.37
%32.56
%43.07

CMYK Percentages of Color #749bcd

%43
%24
%0
%20

Triadic Colors of #749bcd

#749bcd #cd749b #9bcd74

Analogous Colors of #749bcd

#749bcd #7a74cd #74c8cd

Monochromatic Colors of #749bcd

#749bcd

Complementary Color

#749bcd #cda674

#749bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#749bcd Color CSS Codes

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

#749bcd Text Font Color

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

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


#749bcd Background Color

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

This div background color is #749bcd


#749bcd Border Color

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

This div border color is #749bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749bcd


Comments

No comments written yet.

Please login to write comment.