Color Hex Logo

#115298 Color Hex

#115298
(17,82,152)
0 Favorites   0 Comments

Color spaces of #115298

RGB 1782152
HSL0.590.800.33
HSV211°89°60°
CMYK 0.890.460.00   0.40
XYZ8.91608.420830.8612
Yxy8.42080.18500.1747
Hunter Lab29.01864.0617-42.7417
CIE-Lab34.84438.0289-43.7128

#115298 color RGB value is (17,82,152).

#115298 hex color red value is 17, green value is 82 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #115298 hue: 0.59 , saturation: 0.80 and the lightness value of 115298 is 0.33.

The process color (four color CMYK) of #115298 color hex is 0.89, 0.46, 0.00, 0.40. Web safe color of #115298 is #006699. Color #115298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010010 10011000
Octal 21 122 230
Decimal 17 82 152
Hex 11 52 98

RGB Percentages of Color #115298

%6.77
%32.67
%60.56

CMYK Percentages of Color #115298

%89
%46
%0
%40

Triadic Colors of #115298

#115298 #981152 #529811

Analogous Colors of #115298

#115298 #141198 #119698

Monochromatic Colors of #115298

#115298

Complementary Color

#115298 #985711

#115298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115298 Color CSS Codes

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

#115298 Text Font Color

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

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


#115298 Background Color

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

This div background color is #115298


#115298 Border Color

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

This div border color is #115298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115298


Comments

No comments written yet.

Please login to write comment.