Color Hex Logo

#749dbc Color Hex

#749DBC
(116,157,188)
0 Favorites   0 Comments

Color spaces of #749dbc

RGB 116157188
HSL0.570.350.60
HSV206°38°74°
CMYK 0.380.160.00   0.26
XYZ28.336531.457852.1554
Yxy31.45780.25310.2810
Hunter Lab56.0873-7.9706-15.8725
CIE-Lab62.8922-6.0325-20.4653

#749dbc color RGB value is (116,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011101 10111100
Octal 164 235 274
Decimal 116 157 188
Hex 74 9D BC

RGB Percentages of Color #749dbc

%25.16
%34.06
%40.78

CMYK Percentages of Color #749dbc

%38
%16
%0
%26

Triadic Colors of #749dbc

#749dbc #bc749d #9dbc74

Analogous Colors of #749dbc

#749dbc #7479bc #74bcb7

Monochromatic Colors of #749dbc

#749dbc

Complementary Color

#749dbc #bc9374

#749dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#749dbc Color CSS Codes

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

#749dbc Text Font Color

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

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


#749dbc Background Color

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

This div background color is #749dbc


#749dbc Border Color

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

This div border color is #749dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749dbc


Comments

No comments written yet.

Please login to write comment.