Color Hex Logo

#115863 Color Hex

#115863
(17,88,99)
0 Favorites   0 Comments

Color spaces of #115863

RGB 178899
HSL0.520.710.23
HSV188°83°39°
CMYK 0.830.110.00   0.61
XYZ5.97307.999513.0336
Yxy7.99950.22120.2962
Hunter Lab28.2834-11.7996-7.5238
CIE-Lab33.9818-16.6520-12.3914

#115863 color RGB value is (17,88,99).

#115863 hex color red value is 17, green value is 88 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #115863 hue: 0.52 , saturation: 0.71 and the lightness value of 115863 is 0.23.

The process color (four color CMYK) of #115863 color hex is 0.83, 0.11, 0.00, 0.61. Web safe color of #115863 is #006666. Color #115863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011000 01100011
Octal 21 130 143
Decimal 17 88 99
Hex 11 58 63

RGB Percentages of Color #115863

%8.33
%43.14
%48.53

CMYK Percentages of Color #115863

%83
%11
%0
%61

Triadic Colors of #115863

#115863 #631158 #586311

Analogous Colors of #115863

#115863 #112f63 #116345

Monochromatic Colors of #115863

#115863

Complementary Color

#115863 #631c11

#115863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115863 Color CSS Codes

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

#115863 Text Font Color

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

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


#115863 Background Color

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

This div background color is #115863


#115863 Border Color

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

This div border color is #115863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115863


Comments

No comments written yet.

Please login to write comment.