Color Hex Logo

#7490b7 Color Hex

#7490B7
(116,144,183)
0 Favorites   0 Comments

Color spaces of #7490b7

RGB 116144183
HSL0.600.320.59
HSV215°37°72°
CMYK 0.370.210.00   0.28
XYZ25.723027.078448.6707
Yxy27.07840.25350.2669
Hunter Lab52.0369-2.8281-19.0288
CIE-Lab59.0468-0.0595-23.5295

#7490b7 color RGB value is (116,144,183).

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

The process color (four color CMYK) of #7490b7 color hex is 0.37, 0.21, 0.00, 0.28. Web safe color of #7490b7 is #6699cc. Color #7490b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010000 10110111
Octal 164 220 267
Decimal 116 144 183
Hex 74 90 B7

RGB Percentages of Color #7490b7

%26.19
%32.51
%41.31

CMYK Percentages of Color #7490b7

%37
%21
%0
%28

Triadic Colors of #7490b7

#7490b7 #b77490 #90b774

Analogous Colors of #7490b7

#7490b7 #7a74b7 #74b2b7

Monochromatic Colors of #7490b7

#7490b7

Complementary Color

#7490b7 #b79b74

#7490b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7490b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7490b7 Color CSS Codes

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

#7490b7 Text Font Color

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

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


#7490b7 Background Color

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

This div background color is #7490b7


#7490b7 Border Color

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

This div border color is #7490b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7490b7


Comments

No comments written yet.

Please login to write comment.