Color Hex Logo

#115881 Color Hex

#115881
(17,88,129)
0 Favorites   0 Comments

Color spaces of #115881

RGB 1788129
HSL0.560.770.29
HSV202°87°51°
CMYK 0.870.320.00   0.49
XYZ7.68338.683622.0400
Yxy8.68360.20000.2261
Hunter Lab29.4679-5.0279-23.7173
CIE-Lab35.3678-5.2210-28.8652

#115881 color RGB value is (17,88,129).

#115881 hex color red value is 17, green value is 88 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #115881 hue: 0.56 , saturation: 0.77 and the lightness value of 115881 is 0.29.

The process color (four color CMYK) of #115881 color hex is 0.87, 0.32, 0.00, 0.49. Web safe color of #115881 is #006699. Color #115881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011000 10000001
Octal 21 130 201
Decimal 17 88 129
Hex 11 58 81

RGB Percentages of Color #115881

%7.26
%37.61
%55.13

CMYK Percentages of Color #115881

%87
%32
%0
%49

Triadic Colors of #115881

#115881 #811158 #588111

Analogous Colors of #115881

#115881 #112081 #118172

Monochromatic Colors of #115881

#115881

Complementary Color

#115881 #813a11

#115881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115881 Color CSS Codes

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

#115881 Text Font Color

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

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


#115881 Background Color

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

This div background color is #115881


#115881 Border Color

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

This div border color is #115881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115881

#115881 Color Palettes


Comments

No comments written yet.

Please login to write comment.