Color Hex Logo

#749ffe Color Hex

#749FFE
(116,159,254)
0 Favorites   0 Comments

Color spaces of #749ffe

RGB 116159254
HSL0.610.990.73
HSV221°54°100°
CMYK 0.540.370.00   0.00
XYZ37.490035.665098.6740
Yxy35.66500.21820.2076
Hunter Lab59.72027.5450-56.1591
CIE-Lab66.263212.1045-51.7100

#749ffe color RGB value is (116,159,254).

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

The process color (four color CMYK) of #749ffe color hex is 0.54, 0.37, 0.00, 0.00. Web safe color of #749ffe is #6699ff. Color #749ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011111 11111110
Octal 164 237 376
Decimal 116 159 254
Hex 74 9F FE

RGB Percentages of Color #749ffe

%21.93
%30.06
%48.02

CMYK Percentages of Color #749ffe

%54
%37
%0
%0

Triadic Colors of #749ffe

#749ffe #fe749f #9ffe74

Analogous Colors of #749ffe

#749ffe #8e74fe #74e4fe

Monochromatic Colors of #749ffe

#749ffe

Complementary Color

#749ffe #fed374

#749ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ffe Color CSS Codes

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

#749ffe Text Font Color

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

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


#749ffe Background Color

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

This div background color is #749ffe


#749ffe Border Color

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

This div border color is #749ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.