Color Hex Logo

#110d5f Color Hex

#110D5F
(17,13,95)
0 Favorites   0 Comments

Color spaces of #110d5f

RGB 171395
HSL0.670.760.21
HSV243°86°37°
CMYK 0.820.860.00   0.63
XYZ2.44061.233210.9359
Yxy1.23320.16710.0844
Hunter Lab11.105019.7963-50.6139
CIE-Lab10.800131.9929-46.7598

#110d5f color RGB value is (17,13,95).

#110d5f hex color red value is 17, green value is 13 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #110d5f hue: 0.67 , saturation: 0.76 and the lightness value of 110d5f is 0.21.

The process color (four color CMYK) of #110d5f color hex is 0.82, 0.86, 0.00, 0.63. Web safe color of #110d5f is #000066. Color #110d5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001101 01011111
Octal 21 15 137
Decimal 17 13 95
Hex 11 D 5F

RGB Percentages of Color #110d5f

%13.60
%10.40
%76.00

CMYK Percentages of Color #110d5f

%82
%86
%0
%63

Triadic Colors of #110d5f

#110d5f #5f110d #0d5f11

Analogous Colors of #110d5f

#110d5f #3a0d5f #0d325f

Monochromatic Colors of #110d5f

#110d5f

Complementary Color

#110d5f #5b5f0d

#110d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#110d5f Color CSS Codes

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

#110d5f Text Font Color

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

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


#110d5f Background Color

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

This div background color is #110d5f


#110d5f Border Color

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

This div border color is #110d5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,13,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #110d5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #110d5f;
  -webkit-box-shadow: 1px 1px 3px 2px #110d5f;
  box-shadow:         1px 1px 3px 2px #110d5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110d5f


Comments

No comments written yet.

Please login to write comment.