Color Hex Logo

#749ebf Color Hex

#749EBF
(116,158,191)
0 Favorites   0 Comments

Color spaces of #749ebf

RGB 116158191
HSL0.570.370.60
HSV206°39°75°
CMYK 0.390.170.00   0.25
XYZ28.833331.928353.9333
Yxy31.92830.25140.2784
Hunter Lab56.5051-7.7994-17.0378
CIE-Lab63.2836-5.7787-21.5488

#749ebf color RGB value is (116,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011110 10111111
Octal 164 236 277
Decimal 116 158 191
Hex 74 9E BF

RGB Percentages of Color #749ebf

%24.95
%33.98
%41.08

CMYK Percentages of Color #749ebf

%39
%17
%0
%25

Triadic Colors of #749ebf

#749ebf #bf749e #9ebf74

Analogous Colors of #749ebf

#749ebf #7479bf #74bfbb

Monochromatic Colors of #749ebf

#749ebf

Complementary Color

#749ebf #bf9574

#749ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ebf Color CSS Codes

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

#749ebf Text Font Color

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

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


#749ebf Background Color

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

This div background color is #749ebf


#749ebf Border Color

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

This div border color is #749ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ebf


Comments

No comments written yet.

Please login to write comment.