Color Hex Logo

#7399aa Color Hex

#7399AA
(115,153,170)
0 Favorites   0 Comments

Color spaces of #7399aa

RGB 115153170
HSL0.550.240.56
HSV199°32°67°
CMYK 0.320.100.00   0.33
XYZ25.717229.329642.3359
Yxy29.32960.26410.3012
Hunter Lab54.1568-10.0109-8.4389
CIE-Lab61.0714-8.8106-13.0936

#7399aa color RGB value is (115,153,170).

#7399aa hex color red value is 115, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7399aa hue: 0.55 , saturation: 0.24 and the lightness value of 7399aa is 0.56.

The process color (four color CMYK) of #7399aa color hex is 0.32, 0.10, 0.00, 0.33. Web safe color of #7399aa is #669999. Color #7399aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 10101010
Octal 163 231 252
Decimal 115 153 170
Hex 73 99 AA

RGB Percentages of Color #7399aa

%26.26
%34.93
%38.81

CMYK Percentages of Color #7399aa

%32
%10
%0
%33

Triadic Colors of #7399aa

#7399aa #aa7399 #99aa73

Analogous Colors of #7399aa

#7399aa #737eaa #73aaa0

Monochromatic Colors of #7399aa

#7399aa

Complementary Color

#7399aa #aa8473

#7399aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7399aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7399aa Color CSS Codes

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

#7399aa Text Font Color

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

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


#7399aa Background Color

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

This div background color is #7399aa


#7399aa Border Color

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

This div border color is #7399aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7399aa


Comments

No comments written yet.

Please login to write comment.