Color Hex Logo

#115062 Color Hex

#115062
(17,80,98)
0 Favorites   0 Comments

Color spaces of #115062

RGB 178098
HSL0.540.700.23
HSV193°83°38°
CMYK 0.830.180.00   0.62
XYZ5.30446.738312.5763
Yxy6.73830.21550.2737
Hunter Lab25.9582-8.9516-10.5542
CIE-Lab31.2036-12.3892-16.0150

#115062 color RGB value is (17,80,98).

#115062 hex color red value is 17, green value is 80 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #115062 hue: 0.54 , saturation: 0.70 and the lightness value of 115062 is 0.23.

The process color (four color CMYK) of #115062 color hex is 0.83, 0.18, 0.00, 0.62. Web safe color of #115062 is #006666. Color #115062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010000 01100010
Octal 21 120 142
Decimal 17 80 98
Hex 11 50 62

RGB Percentages of Color #115062

%8.72
%41.03
%50.26

CMYK Percentages of Color #115062

%83
%18
%0
%62

Triadic Colors of #115062

#115062 #621150 #506211

Analogous Colors of #115062

#115062 #112862 #11624c

Monochromatic Colors of #115062

#115062

Complementary Color

#115062 #622311

#115062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115062 Color CSS Codes

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

#115062 Text Font Color

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

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


#115062 Background Color

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

This div background color is #115062


#115062 Border Color

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

This div border color is #115062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115062


Comments

No comments written yet.

Please login to write comment.