Color Hex Logo

#749dbe Color Hex

#749DBE
(116,157,190)
0 Favorites   0 Comments

Color spaces of #749dbe

RGB 116157190
HSL0.570.360.60
HSV207°39°75°
CMYK 0.390.170.00   0.25
XYZ28.553731.544753.2990
Yxy31.54470.25180.2782
Hunter Lab56.1647-7.5401-16.9496
CIE-Lab62.9648-5.4941-21.4756

#749dbe color RGB value is (116,157,190).

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

The process color (four color CMYK) of #749dbe color hex is 0.39, 0.17, 0.00, 0.25. Web safe color of #749dbe is #6699cc. Color #749dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011101 10111110
Octal 164 235 276
Decimal 116 157 190
Hex 74 9D BE

RGB Percentages of Color #749dbe

%25.05
%33.91
%41.04

CMYK Percentages of Color #749dbe

%39
%17
%0
%25

Triadic Colors of #749dbe

#749dbe #be749d #9dbe74

Analogous Colors of #749dbe

#749dbe #7478be #74beba

Monochromatic Colors of #749dbe

#749dbe

Complementary Color

#749dbe #be9574

#749dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#749dbe Color CSS Codes

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

#749dbe Text Font Color

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

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


#749dbe Background Color

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

This div background color is #749dbe


#749dbe Border Color

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

This div border color is #749dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749dbe


Comments

No comments written yet.

Please login to write comment.