Color Hex Logo

#749bdb Color Hex

#749BDB
(116,155,219)
0 Favorites   0 Comments

Color spaces of #749bdb

RGB 116155219
HSL0.600.590.66
HSV217°47°86°
CMYK 0.470.290.00   0.14
XYZ31.710032.270271.5753
Yxy32.27020.23390.2381
Hunter Lab56.80690.2280-34.9392
CIE-Lab63.56563.8265-36.7172

#749bdb color RGB value is (116,155,219).

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

The process color (four color CMYK) of #749bdb color hex is 0.47, 0.29, 0.00, 0.14. Web safe color of #749bdb is #6699cc. Color #749bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 11011011
Octal 164 233 333
Decimal 116 155 219
Hex 74 9B DB

RGB Percentages of Color #749bdb

%23.67
%31.63
%44.69

CMYK Percentages of Color #749bdb

%47
%29
%0
%14

Triadic Colors of #749bdb

#749bdb #db749b #9bdb74

Analogous Colors of #749bdb

#749bdb #8174db #74cfdb

Monochromatic Colors of #749bdb

#749bdb

Complementary Color

#749bdb #dbb474

#749bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#749bdb Color CSS Codes

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

#749bdb Text Font Color

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

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


#749bdb Background Color

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

This div background color is #749bdb


#749bdb Border Color

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

This div border color is #749bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,155,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749bdb


Comments

No comments written yet.

Please login to write comment.