Color Hex Logo

#7396ad Color Hex

#7396AD
(115,150,173)
0 Favorites   0 Comments

Color spaces of #7396ad

RGB 115150173
HSL0.570.260.56
HSV204°34°68°
CMYK 0.340.130.00   0.32
XYZ25.519428.474743.6863
Yxy28.47470.26130.2915
Hunter Lab53.3617-8.0181-11.1865
CIE-Lab60.3152-6.3822-15.9333

#7396ad color RGB value is (115,150,173).

#7396ad hex color red value is 115, green value is 150 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7396ad hue: 0.57 , saturation: 0.26 and the lightness value of 7396ad is 0.56.

The process color (four color CMYK) of #7396ad color hex is 0.34, 0.13, 0.00, 0.32. Web safe color of #7396ad is #669999. Color #7396ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010110 10101101
Octal 163 226 255
Decimal 115 150 173
Hex 73 96 AD

RGB Percentages of Color #7396ad

%26.26
%34.25
%39.50

CMYK Percentages of Color #7396ad

%34
%13
%0
%32

Triadic Colors of #7396ad

#7396ad #ad7396 #96ad73

Analogous Colors of #7396ad

#7396ad #7379ad #73ada7

Monochromatic Colors of #7396ad

#7396ad

Complementary Color

#7396ad #ad8a73

#7396ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7396ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7396ad Color CSS Codes

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

#7396ad Text Font Color

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

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


#7396ad Background Color

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

This div background color is #7396ad


#7396ad Border Color

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

This div border color is #7396ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7396ad


Comments

No comments written yet.

Please login to write comment.