Color Hex Logo

#749ed9 Color Hex

#749ED9
(116,158,217)
0 Favorites   0 Comments

Color spaces of #749ed9

RGB 116158217
HSL0.600.570.65
HSV215°47°85°
CMYK 0.470.270.00   0.15
XYZ31.953733.176570.3652
Yxy33.17650.23580.2449
Hunter Lab57.5990-1.7735-32.1116
CIE-Lab64.30361.5316-34.4592

#749ed9 color RGB value is (116,158,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011110 11011001
Octal 164 236 331
Decimal 116 158 217
Hex 74 9E D9

RGB Percentages of Color #749ed9

%23.63
%32.18
%44.20

CMYK Percentages of Color #749ed9

%47
%27
%0
%15

Triadic Colors of #749ed9

#749ed9 #d9749e #9ed974

Analogous Colors of #749ed9

#749ed9 #7d74d9 #74d1d9

Monochromatic Colors of #749ed9

#749ed9

Complementary Color

#749ed9 #d9af74

#749ed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ed9 Color CSS Codes

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

#749ed9 Text Font Color

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

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


#749ed9 Background Color

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

This div background color is #749ed9


#749ed9 Border Color

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

This div border color is #749ed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ed9


Comments

No comments written yet.

Please login to write comment.