Color Hex Logo

#749fda Color Hex

#749FDA
(116,159,218)
0 Favorites   0 Comments

Color spaces of #749fda

RGB 116159218
HSL0.600.580.65
HSV215°47°85°
CMYK 0.470.270.00   0.15
XYZ32.255533.571271.1095
Yxy33.57120.23560.2452
Hunter Lab57.9407-2.0254-32.2071
CIE-Lab64.62081.2554-34.5199

#749fda color RGB value is (116,159,218).

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

The process color (four color CMYK) of #749fda color hex is 0.47, 0.27, 0.00, 0.15. Web safe color of #749fda is #6699cc. Color #749fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011111 11011010
Octal 164 237 332
Decimal 116 159 218
Hex 74 9F DA

RGB Percentages of Color #749fda

%23.53
%32.25
%44.22

CMYK Percentages of Color #749fda

%47
%27
%0
%15

Triadic Colors of #749fda

#749fda #da749f #9fda74

Analogous Colors of #749fda

#749fda #7c74da #74d2da

Monochromatic Colors of #749fda

#749fda

Complementary Color

#749fda #daaf74

#749fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#749fda Color CSS Codes

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

#749fda Text Font Color

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

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


#749fda Background Color

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

This div background color is #749fda


#749fda Border Color

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

This div border color is #749fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749fda


Comments

No comments written yet.

Please login to write comment.