Color Hex Logo

#7388ae Color Hex

#7388AE
(115,136,174)
0 Favorites   0 Comments

Color spaces of #7388ae

RGB 115136174
HSL0.610.270.57
HSV219°34°68°
CMYK 0.340.220.00   0.32
XYZ23.514424.309143.4972
Yxy24.30910.25750.2662
Hunter Lab49.3043-1.1515-17.7938
CIE-Lab56.39601.8320-22.4775

#7388ae color RGB value is (115,136,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001000 10101110
Octal 163 210 256
Decimal 115 136 174
Hex 73 88 AE

RGB Percentages of Color #7388ae

%27.06
%32.00
%40.94

CMYK Percentages of Color #7388ae

%34
%22
%0
%32

Triadic Colors of #7388ae

#7388ae #ae7388 #88ae73

Analogous Colors of #7388ae

#7388ae #7c73ae #73a6ae

Monochromatic Colors of #7388ae

#7388ae

Complementary Color

#7388ae #ae9973

#7388ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7388ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7388ae Color CSS Codes

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

#7388ae Text Font Color

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

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


#7388ae Background Color

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

This div background color is #7388ae


#7388ae Border Color

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

This div border color is #7388ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7388ae

#7388ae Color Palettes


Comments

No comments written yet.

Please login to write comment.