Color Hex Logo

#749ede Color Hex

#749EDE
(116,158,222)
0 Favorites   0 Comments

Color spaces of #749ede

RGB 116158222
HSL0.600.620.66
HSV216°48°87°
CMYK 0.480.290.00   0.13
XYZ32.614133.440773.8430
Yxy33.44070.23310.2390
Hunter Lab57.8279-0.5275-35.2304
CIE-Lab64.51622.9940-36.8957

#749ede color RGB value is (116,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011110 11011110
Octal 164 236 336
Decimal 116 158 222
Hex 74 9E DE

RGB Percentages of Color #749ede

%23.39
%31.85
%44.76

CMYK Percentages of Color #749ede

%48
%29
%0
%13

Triadic Colors of #749ede

#749ede #de749e #9ede74

Analogous Colors of #749ede

#749ede #7f74de #74d3de

Monochromatic Colors of #749ede

#749ede

Complementary Color

#749ede #deb474

#749ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ede Color CSS Codes

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

#749ede Text Font Color

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

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


#749ede Background Color

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

This div background color is #749ede


#749ede Border Color

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

This div border color is #749ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,158,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 #749ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ede


Comments

No comments written yet.

Please login to write comment.