Color Hex Logo

#7499bd Color Hex

#7499BD
(116,153,189)
0 Favorites   0 Comments

Color spaces of #7499bd

RGB 116153189
HSL0.580.360.60
HSV210°39°74°
CMYK 0.390.190.00   0.26
XYZ27.779030.169652.5033
Yxy30.16960.25150.2731
Hunter Lab54.9269-5.8465-18.2251
CIE-Lab61.8003-3.5310-22.6951

#7499bd color RGB value is (116,153,189).

#7499bd hex color red value is 116, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7499bd hue: 0.58 , saturation: 0.36 and the lightness value of 7499bd is 0.60.

The process color (four color CMYK) of #7499bd color hex is 0.39, 0.19, 0.00, 0.26. Web safe color of #7499bd is #6699cc. Color #7499bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 10111101
Octal 164 231 275
Decimal 116 153 189
Hex 74 99 BD

RGB Percentages of Color #7499bd

%25.33
%33.41
%41.27

CMYK Percentages of Color #7499bd

%39
%19
%0
%26

Triadic Colors of #7499bd

#7499bd #bd7499 #99bd74

Analogous Colors of #7499bd

#7499bd #7475bd #74bdbd

Monochromatic Colors of #7499bd

#7499bd

Complementary Color

#7499bd #bd9874

#7499bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7499bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7499bd Color CSS Codes

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

#7499bd Text Font Color

<p style="color:#7499bd">Text here</p>

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


#7499bd Background Color

<div style="background-color:#7499bd">
Div content here</div>

This div background color is #7499bd


#7499bd Border Color

<div style="border:3px solid #7499bd">
Div here</div>

This div border color is #7499bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,153,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7499bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7499bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7499bd;
  box-shadow:         1px 1px 3px 2px #7499bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7499bd


Comments

No comments written yet.

Please login to write comment.