Color Hex Logo

#7394bd Color Hex

#7394BD
(115,148,189)
0 Favorites   0 Comments

Color spaces of #7394bd

RGB 115148189
HSL0.590.360.60
HSV213°39°74°
CMYK 0.390.220.00   0.26
XYZ26.845428.498852.2300
Yxy28.49880.24960.2649
Hunter Lab53.3843-3.6600-20.6391
CIE-Lab60.3367-0.9822-24.9459

#7394bd color RGB value is (115,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010100 10111101
Octal 163 224 275
Decimal 115 148 189
Hex 73 94 BD

RGB Percentages of Color #7394bd

%25.44
%32.74
%41.81

CMYK Percentages of Color #7394bd

%39
%22
%0
%26

Triadic Colors of #7394bd

#7394bd #bd7394 #94bd73

Analogous Colors of #7394bd

#7394bd #7773bd #73b9bd

Monochromatic Colors of #7394bd

#7394bd

Complementary Color

#7394bd #bd9c73

#7394bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7394bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7394bd Color CSS Codes

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

#7394bd Text Font Color

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

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


#7394bd Background Color

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

This div background color is #7394bd


#7394bd Border Color

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

This div border color is #7394bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7394bd


Comments

No comments written yet.

Please login to write comment.