Color Hex Logo

#11375e Color Hex

#11375E
(17,55,94)
0 Favorites   0 Comments

Color spaces of #11375e

RGB 175594
HSL0.580.690.22
HSV210°82°37°
CMYK 0.820.410.00   0.63
XYZ3.61773.659711.1054
Yxy3.65970.19680.1991
Hunter Lab19.13030.2777-21.0273
CIE-Lab22.51292.1865-27.0431

#11375e color RGB value is (17,55,94).

#11375e hex color red value is 17, green value is 55 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #11375e hue: 0.58 , saturation: 0.69 and the lightness value of 11375e is 0.22.

The process color (four color CMYK) of #11375e color hex is 0.82, 0.41, 0.00, 0.63. Web safe color of #11375e is #003366. Color #11375e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 01011110
Octal 21 67 136
Decimal 17 55 94
Hex 11 37 5E

RGB Percentages of Color #11375e

%10.24
%33.13
%56.63

CMYK Percentages of Color #11375e

%82
%41
%0
%63

Triadic Colors of #11375e

#11375e #5e1137 #375e11

Analogous Colors of #11375e

#11375e #12115e #115e5e

Monochromatic Colors of #11375e

#11375e

Complementary Color

#11375e #5e3811

#11375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11375e Color CSS Codes

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

#11375e Text Font Color

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

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


#11375e Background Color

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

This div background color is #11375e


#11375e Border Color

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

This div border color is #11375e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11375e


Comments

No comments written yet.

Please login to write comment.