Color Hex Logo

#7396ae Color Hex

#7396AE
(115,150,174)
0 Favorites   0 Comments

Color spaces of #7396ae

RGB 115150174
HSL0.570.270.57
HSV204°34°68°
CMYK 0.340.140.00   0.32
XYZ25.616628.513544.1979
Yxy28.51350.26050.2900
Hunter Lab53.3980-7.8149-11.6961
CIE-Lab60.3498-6.1225-16.4471

#7396ae color RGB value is (115,150,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010110 10101110
Octal 163 226 256
Decimal 115 150 174
Hex 73 96 AE

RGB Percentages of Color #7396ae

%26.20
%34.17
%39.64

CMYK Percentages of Color #7396ae

%34
%14
%0
%32

Triadic Colors of #7396ae

#7396ae #ae7396 #96ae73

Analogous Colors of #7396ae

#7396ae #7379ae #73aea9

Monochromatic Colors of #7396ae

#7396ae

Complementary Color

#7396ae #ae8b73

#7396ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7396ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7396ae Color CSS Codes

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

#7396ae Text Font Color

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

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


#7396ae Background Color

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

This div background color is #7396ae


#7396ae Border Color

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

This div border color is #7396ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7396ae


Comments

No comments written yet.

Please login to write comment.