Color Hex Logo

#7398ae Color Hex

#7398AE
(115,152,174)
0 Favorites   0 Comments

Color spaces of #7398ae

RGB 115152174
HSL0.560.270.57
HSV202°34°68°
CMYK 0.340.130.00   0.32
XYZ25.938429.157344.3052
Yxy29.15730.26090.2933
Hunter Lab53.9975-8.7508-10.8495
CIE-Lab60.9202-7.2342-15.5835

#7398ae color RGB value is (115,152,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011000 10101110
Octal 163 230 256
Decimal 115 152 174
Hex 73 98 AE

RGB Percentages of Color #7398ae

%26.08
%34.47
%39.46

CMYK Percentages of Color #7398ae

%34
%13
%0
%32

Triadic Colors of #7398ae

#7398ae #ae7398 #98ae73

Analogous Colors of #7398ae

#7398ae #737bae #73aea7

Monochromatic Colors of #7398ae

#7398ae

Complementary Color

#7398ae #ae8973

#7398ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7398ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7398ae Color CSS Codes

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

#7398ae Text Font Color

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

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


#7398ae Background Color

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

This div background color is #7398ae


#7398ae Border Color

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

This div border color is #7398ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,152,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 #7398ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7398ae


Comments

No comments written yet.

Please login to write comment.