Color Hex Logo

#7388aa Color Hex

#7388AA
(115,136,170)
0 Favorites   0 Comments

Color spaces of #7388aa

RGB 115136170
HSL0.600.240.56
HSV217°32°67°
CMYK 0.320.200.00   0.33
XYZ23.130124.155441.4736
Yxy24.15540.26060.2721
Hunter Lab49.1481-2.0036-15.6281
CIE-Lab56.24300.7717-20.4205

#7388aa color RGB value is (115,136,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001000 10101010
Octal 163 210 252
Decimal 115 136 170
Hex 73 88 AA

RGB Percentages of Color #7388aa

%27.32
%32.30
%40.38

CMYK Percentages of Color #7388aa

%32
%20
%0
%33

Triadic Colors of #7388aa

#7388aa #aa7388 #88aa73

Analogous Colors of #7388aa

#7388aa #7a73aa #73a4aa

Monochromatic Colors of #7388aa

#7388aa

Complementary Color

#7388aa #aa9573

#7388aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7388aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7388aa Color CSS Codes

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

#7388aa Text Font Color

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

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


#7388aa Background Color

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

This div background color is #7388aa


#7388aa Border Color

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

This div border color is #7388aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7388aa


Comments

No comments written yet.

Please login to write comment.