Color Hex Logo

#749fef Color Hex

#749FEF
(116,159,239)
0 Favorites   0 Comments

Color spaces of #749fef

RGB 116159239
HSL0.610.790.70
HSV219°51°94°
CMYK 0.510.330.00   0.06
XYZ35.180634.741386.5129
Yxy34.74130.22490.2221
Hunter Lab58.94183.3933-45.7648
CIE-Lab65.54687.5030-44.6431

#749fef color RGB value is (116,159,239).

#749fef hex color red value is 116, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #749fef hue: 0.61 , saturation: 0.79 and the lightness value of 749fef is 0.70.

The process color (four color CMYK) of #749fef color hex is 0.51, 0.33, 0.00, 0.06. Web safe color of #749fef is #6699ff. Color #749fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011111 11101111
Octal 164 237 357
Decimal 116 159 239
Hex 74 9F EF

RGB Percentages of Color #749fef

%22.57
%30.93
%46.50

CMYK Percentages of Color #749fef

%51
%33
%0
%6

Triadic Colors of #749fef

#749fef #ef749f #9fef74

Analogous Colors of #749fef

#749fef #8774ef #74ddef

Monochromatic Colors of #749fef

#749fef

Complementary Color

#749fef #efc474

#749fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#749fef Color CSS Codes

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

#749fef Text Font Color

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

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


#749fef Background Color

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

This div background color is #749fef


#749fef Border Color

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

This div border color is #749fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749fef


Comments

No comments written yet.

Please login to write comment.