Color Hex Logo

#7396bd Color Hex

#7396BD
(115,150,189)
0 Favorites   0 Comments

Color spaces of #7396bd

RGB 115150189
HSL0.590.360.60
HSV212°39°74°
CMYK 0.390.210.00   0.26
XYZ27.161929.131752.3355
Yxy29.13170.25000.2682
Hunter Lab53.9738-4.6254-19.7087
CIE-Lab60.8977-2.1160-24.0840

#7396bd color RGB value is (115,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010110 10111101
Octal 163 226 275
Decimal 115 150 189
Hex 73 96 BD

RGB Percentages of Color #7396bd

%25.33
%33.04
%41.63

CMYK Percentages of Color #7396bd

%39
%21
%0
%26

Triadic Colors of #7396bd

#7396bd #bd7396 #96bd73

Analogous Colors of #7396bd

#7396bd #7573bd #73bbbd

Monochromatic Colors of #7396bd

#7396bd

Complementary Color

#7396bd #bd9a73

#7396bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7396bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7396bd Color CSS Codes

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

#7396bd Text Font Color

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

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


#7396bd Background Color

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

This div background color is #7396bd


#7396bd Border Color

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

This div border color is #7396bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,150,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 #7396bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7396bd


Comments

No comments written yet.

Please login to write comment.