Color Hex Logo

#749dbb Color Hex

#749DBB
(116,157,187)
0 Favorites   0 Comments

Color spaces of #749dbb

RGB 116157187
HSL0.570.340.59
HSV205°38°73°
CMYK 0.380.160.00   0.27
XYZ28.229131.414851.5895
Yxy31.41480.25380.2824
Hunter Lab56.0489-8.1838-15.3385
CIE-Lab62.8562-6.3000-19.9593

#749dbb color RGB value is (116,157,187).

#749dbb hex color red value is 116, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #749dbb hue: 0.57 , saturation: 0.34 and the lightness value of 749dbb is 0.59.

The process color (four color CMYK) of #749dbb color hex is 0.38, 0.16, 0.00, 0.27. Web safe color of #749dbb is #6699cc. Color #749dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011101 10111011
Octal 164 235 273
Decimal 116 157 187
Hex 74 9D BB

RGB Percentages of Color #749dbb

%25.22
%34.13
%40.65

CMYK Percentages of Color #749dbb

%38
%16
%0
%27

Triadic Colors of #749dbb

#749dbb #bb749d #9dbb74

Analogous Colors of #749dbb

#749dbb #747abb #74bbb6

Monochromatic Colors of #749dbb

#749dbb

Complementary Color

#749dbb #bb9274

#749dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#749dbb Color CSS Codes

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

#749dbb Text Font Color

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

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


#749dbb Background Color

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

This div background color is #749dbb


#749dbb Border Color

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

This div border color is #749dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749dbb


Comments

No comments written yet.

Please login to write comment.