Color Hex Logo

#749dde Color Hex

#749DDE
(116,157,222)
0 Favorites   0 Comments

Color spaces of #749dde

RGB 116157222
HSL0.600.620.66
HSV217°48°87°
CMYK 0.480.290.00   0.13
XYZ32.444233.100973.7864
Yxy33.10090.23290.2376
Hunter Lab57.5334-0.0238-35.7659
CIE-Lab64.24253.5646-37.3226

#749dde color RGB value is (116,157,222).

#749dde hex color red value is 116, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #749dde hue: 0.60 , saturation: 0.62 and the lightness value of 749dde is 0.66.

The process color (four color CMYK) of #749dde color hex is 0.48, 0.29, 0.00, 0.13. Web safe color of #749dde is #6699cc. Color #749dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011101 11011110
Octal 164 235 336
Decimal 116 157 222
Hex 74 9D DE

RGB Percentages of Color #749dde

%23.43
%31.72
%44.85

CMYK Percentages of Color #749dde

%48
%29
%0
%13

Triadic Colors of #749dde

#749dde #de749d #9dde74

Analogous Colors of #749dde

#749dde #8074de #74d2de

Monochromatic Colors of #749dde

#749dde

Complementary Color

#749dde #deb574

#749dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#749dde Color CSS Codes

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

#749dde Text Font Color

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

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


#749dde Background Color

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

This div background color is #749dde


#749dde Border Color

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

This div border color is #749dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749dde


Comments

No comments written yet.

Please login to write comment.