Color Hex Logo

#7490be Color Hex

#7490BE
(116,144,190)
0 Favorites   0 Comments

Color spaces of #7490be

RGB 116144190
HSL0.600.360.60
HSV217°39°75°
CMYK 0.390.240.00   0.25
XYZ26.470027.377252.6044
Yxy27.37720.24870.2572
Hunter Lab52.3232-1.2636-22.9824
CIE-Lab59.32191.8559-27.0688

#7490be color RGB value is (116,144,190).

#7490be hex color red value is 116, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7490be hue: 0.60 , saturation: 0.36 and the lightness value of 7490be is 0.60.

The process color (four color CMYK) of #7490be color hex is 0.39, 0.24, 0.00, 0.25. Web safe color of #7490be is #6699cc. Color #7490be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010000 10111110
Octal 164 220 276
Decimal 116 144 190
Hex 74 90 BE

RGB Percentages of Color #7490be

%25.78
%32.00
%42.22

CMYK Percentages of Color #7490be

%39
%24
%0
%25

Triadic Colors of #7490be

#7490be #be7490 #90be74

Analogous Colors of #7490be

#7490be #7d74be #74b5be

Monochromatic Colors of #7490be

#7490be

Complementary Color

#7490be #bea274

#7490be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7490be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7490be Color CSS Codes

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

#7490be Text Font Color

<p style="color:#7490be">Text here</p>

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


#7490be Background Color

<div style="background-color:#7490be">
Div content here</div>

This div background color is #7490be


#7490be Border Color

<div style="border:3px solid #7490be">
Div here</div>

This div border color is #7490be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,144,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7490be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7490be;
  -webkit-box-shadow: 1px 1px 3px 2px #7490be;
  box-shadow:         1px 1px 3px 2px #7490be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7490be


Comments

No comments written yet.

Please login to write comment.