Color Hex Logo

#7394bc Color Hex

#7394BC
(115,148,188)
0 Favorites   0 Comments

Color spaces of #7394bc

RGB 115148188
HSL0.590.350.59
HSV213°39°74°
CMYK 0.390.210.00   0.26
XYZ26.737228.455551.6602
Yxy28.45550.25020.2663
Hunter Lab53.3437-3.8828-20.0783
CIE-Lab60.2980-1.2568-24.4411

#7394bc color RGB value is (115,148,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010100 10111100
Octal 163 224 274
Decimal 115 148 188
Hex 73 94 BC

RGB Percentages of Color #7394bc

%25.50
%32.82
%41.69

CMYK Percentages of Color #7394bc

%39
%21
%0
%26

Triadic Colors of #7394bc

#7394bc #bc7394 #94bc73

Analogous Colors of #7394bc

#7394bc #7773bc #73b9bc

Monochromatic Colors of #7394bc

#7394bc

Complementary Color

#7394bc #bc9b73

#7394bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7394bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7394bc Color CSS Codes

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

#7394bc Text Font Color

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

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


#7394bc Background Color

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

This div background color is #7394bc


#7394bc Border Color

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

This div border color is #7394bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,148,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7394bc


Comments

No comments written yet.

Please login to write comment.