Color Hex Logo

#113887 Color Hex

#113887
(17,56,135)
0 Favorites   0 Comments

Color spaces of #113887

RGB 1756135
HSL0.610.780.30
HSV220°87°53°
CMYK 0.870.590.00   0.47
XYZ6.01854.696823.5110
Yxy4.69680.17580.1372
Hunter Lab21.672111.6446-49.1503
CIE-Lab25.852918.8902-47.8267

#113887 color RGB value is (17,56,135).

#113887 hex color red value is 17, green value is 56 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #113887 hue: 0.61 , saturation: 0.78 and the lightness value of 113887 is 0.30.

The process color (four color CMYK) of #113887 color hex is 0.87, 0.59, 0.00, 0.47. Web safe color of #113887 is #003399. Color #113887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111000 10000111
Octal 21 70 207
Decimal 17 56 135
Hex 11 38 87

RGB Percentages of Color #113887

%8.17
%26.92
%64.90

CMYK Percentages of Color #113887

%87
%59
%0
%47

Triadic Colors of #113887

#113887 #871138 #388711

Analogous Colors of #113887

#113887 #251187 #117387

Monochromatic Colors of #113887

#113887

Complementary Color

#113887 #876011

#113887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113887 Color CSS Codes

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

#113887 Text Font Color

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

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


#113887 Background Color

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

This div background color is #113887


#113887 Border Color

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

This div border color is #113887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113887


Comments

No comments written yet.

Please login to write comment.