Color Hex Logo

#749cbe Color Hex

#749CBE
(116,156,190)
0 Favorites   0 Comments

Color spaces of #749cbe

RGB 116156190
HSL0.580.360.60
HSV208°39°75°
CMYK 0.390.180.00   0.25
XYZ28.385231.207653.2428
Yxy31.20760.25160.2766
Hunter Lab55.8638-7.0631-17.4037
CIE-Lab62.6825-4.9373-21.9069

#749cbe color RGB value is (116,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 10111110
Octal 164 234 276
Decimal 116 156 190
Hex 74 9C BE

RGB Percentages of Color #749cbe

%25.11
%33.77
%41.13

CMYK Percentages of Color #749cbe

%39
%18
%0
%25

Triadic Colors of #749cbe

#749cbe #be749c #9cbe74

Analogous Colors of #749cbe

#749cbe #7477be #74bebb

Monochromatic Colors of #749cbe

#749cbe

Complementary Color

#749cbe #be9674

#749cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#749cbe Color CSS Codes

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

#749cbe Text Font Color

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

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


#749cbe Background Color

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

This div background color is #749cbe


#749cbe Border Color

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

This div border color is #749cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749cbe


Comments

No comments written yet.

Please login to write comment.