Color Hex Logo

#749eea Color Hex

#749EEA
(116,158,234)
0 Favorites   0 Comments

Color spaces of #749eea

RGB 116158234
HSL0.610.740.69
HSV219°50°92°
CMYK 0.500.320.00   0.08
XYZ34.280634.107282.6185
Yxy34.10720.22700.2259
Hunter Lab58.40142.5740-42.9947
CIE-Lab65.04766.5669-42.6814

#749eea color RGB value is (116,158,234).

#749eea hex color red value is 116, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #749eea hue: 0.61 , saturation: 0.74 and the lightness value of 749eea is 0.69.

The process color (four color CMYK) of #749eea color hex is 0.50, 0.32, 0.00, 0.08. Web safe color of #749eea is #6699ff. Color #749eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011110 11101010
Octal 164 236 352
Decimal 116 158 234
Hex 74 9E EA

RGB Percentages of Color #749eea

%22.83
%31.10
%46.06

CMYK Percentages of Color #749eea

%50
%32
%0
%8

Triadic Colors of #749eea

#749eea #ea749e #9eea74

Analogous Colors of #749eea

#749eea #8574ea #74d9ea

Monochromatic Colors of #749eea

#749eea

Complementary Color

#749eea #eac074

#749eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#749eea Color CSS Codes

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

#749eea Text Font Color

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

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


#749eea Background Color

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

This div background color is #749eea


#749eea Border Color

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

This div border color is #749eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749eea


Comments

No comments written yet.

Please login to write comment.