Color Hex Logo

#115770 Color Hex

#115770
(17,87,112)
0 Favorites   0 Comments

Color spaces of #115770

RGB 1787112
HSL0.540.740.25
HSV196°85°44°
CMYK 0.850.220.00   0.56
XYZ6.56408.105416.5478
Yxy8.10540.21030.2596
Hunter Lab28.4700-8.6678-14.5325
CIE-Lab34.2014-11.2472-20.1767

#115770 color RGB value is (17,87,112).

#115770 hex color red value is 17, green value is 87 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #115770 hue: 0.54 , saturation: 0.74 and the lightness value of 115770 is 0.25.

The process color (four color CMYK) of #115770 color hex is 0.85, 0.22, 0.00, 0.56. Web safe color of #115770 is #006666. Color #115770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010111 01110000
Octal 21 127 160
Decimal 17 87 112
Hex 11 57 70

RGB Percentages of Color #115770

%7.87
%40.28
%51.85

CMYK Percentages of Color #115770

%85
%22
%0
%56

Triadic Colors of #115770

#115770 #701157 #577011

Analogous Colors of #115770

#115770 #112770 #11705a

Monochromatic Colors of #115770

#115770

Complementary Color

#115770 #702a11

#115770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115770 Color CSS Codes

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

#115770 Text Font Color

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

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


#115770 Background Color

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

This div background color is #115770


#115770 Border Color

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

This div border color is #115770


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,87,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115770; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115770;
  -webkit-box-shadow: 1px 1px 3px 2px #115770;
  box-shadow:         1px 1px 3px 2px #115770; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,87,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115770


Comments

No comments written yet.

Please login to write comment.