Color Hex Logo

#7399ba Color Hex

#7399BA
(115,153,186)
0 Favorites   0 Comments

Color spaces of #7399ba

RGB 115153186
HSL0.580.340.59
HSV208°38°73°
CMYK 0.380.180.00   0.27
XYZ27.324429.972550.7995
Yxy29.97250.25280.2773
Hunter Lab54.7471-6.7178-16.6918
CIE-Lab61.6305-4.6191-21.2727

#7399ba color RGB value is (115,153,186).

#7399ba hex color red value is 115, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7399ba hue: 0.58 , saturation: 0.34 and the lightness value of 7399ba is 0.59.

The process color (four color CMYK) of #7399ba color hex is 0.38, 0.18, 0.00, 0.27. Web safe color of #7399ba is #6699cc. Color #7399ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 10111010
Octal 163 231 272
Decimal 115 153 186
Hex 73 99 BA

RGB Percentages of Color #7399ba

%25.33
%33.70
%40.97

CMYK Percentages of Color #7399ba

%38
%18
%0
%27

Triadic Colors of #7399ba

#7399ba #ba7399 #99ba73

Analogous Colors of #7399ba

#7399ba #7376ba #73bab8

Monochromatic Colors of #7399ba

#7399ba

Complementary Color

#7399ba #ba9473

#7399ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7399ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7399ba Color CSS Codes

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

#7399ba Text Font Color

<p style="color:#7399ba">Text here</p>

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


#7399ba Background Color

<div style="background-color:#7399ba">
Div content here</div>

This div background color is #7399ba


#7399ba Border Color

<div style="border:3px solid #7399ba">
Div here</div>

This div border color is #7399ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,153,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7399ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7399ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7399ba;
  box-shadow:         1px 1px 3px 2px #7399ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7399ba


Comments

No comments written yet.

Please login to write comment.