Color Hex Logo

#11358e Color Hex

#11358E
(17,53,142)
0 Favorites   0 Comments

Color spaces of #11358e

RGB 1753142
HSL0.620.790.31
HSV223°88°56°
CMYK 0.880.630.00   0.44
XYZ6.38684.618426.1460
Yxy4.61840.17190.1243
Hunter Lab21.490515.4405-57.0908
CIE-Lab25.618723.8845-52.5552

#11358e color RGB value is (17,53,142).

#11358e hex color red value is 17, green value is 53 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #11358e hue: 0.62 , saturation: 0.79 and the lightness value of 11358e is 0.31.

The process color (four color CMYK) of #11358e color hex is 0.88, 0.63, 0.00, 0.44. Web safe color of #11358e is #003399. Color #11358e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110101 10001110
Octal 21 65 216
Decimal 17 53 142
Hex 11 35 8E

RGB Percentages of Color #11358e

%8.02
%25.00
%66.98

CMYK Percentages of Color #11358e

%88
%63
%0
%44

Triadic Colors of #11358e

#11358e #8e1135 #358e11

Analogous Colors of #11358e

#11358e #2c118e #11748e

Monochromatic Colors of #11358e

#11358e

Complementary Color

#11358e #8e6a11

#11358e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11358e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11358e Color CSS Codes

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

#11358e Text Font Color

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

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


#11358e Background Color

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

This div background color is #11358e


#11358e Border Color

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

This div border color is #11358e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,53,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11358e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11358e;
  -webkit-box-shadow: 1px 1px 3px 2px #11358e;
  box-shadow:         1px 1px 3px 2px #11358e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11358e


Comments

No comments written yet.

Please login to write comment.