Color Hex Logo

#7497be Color Hex

#7497BE
(116,151,190)
0 Favorites   0 Comments

Color spaces of #7497be

RGB 116151190
HSL0.590.360.60
HSV212°39°75°
CMYK 0.390.210.00   0.25
XYZ27.563329.563952.9689
Yxy29.56390.25040.2685
Hunter Lab54.3727-4.6647-19.6984
CIE-Lab61.2761-2.1327-24.0611

#7497be color RGB value is (116,151,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010111 10111110
Octal 164 227 276
Decimal 116 151 190
Hex 74 97 BE

RGB Percentages of Color #7497be

%25.38
%33.04
%41.58

CMYK Percentages of Color #7497be

%39
%21
%0
%25

Triadic Colors of #7497be

#7497be #be7497 #97be74

Analogous Colors of #7497be

#7497be #7674be #74bcbe

Monochromatic Colors of #7497be

#7497be

Complementary Color

#7497be #be9b74

#7497be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7497be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7497be Color CSS Codes

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

#7497be Text Font Color

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

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


#7497be Background Color

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

This div background color is #7497be


#7497be Border Color

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

This div border color is #7497be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7497be


Comments

No comments written yet.

Please login to write comment.