Color Hex Logo

#110b37 Color Hex

#110B37
(17,11,55)
0 Favorites   0 Comments

Color spaces of #110b37

RGB 171155
HSL0.690.670.13
HSV248°80°22°
CMYK 0.690.800.00   0.78
XYZ1.04040.63443.6820
Yxy0.63440.19420.1184
Hunter Lab7.96499.3775-21.8330
CIE-Lab5.730517.3514-27.2089

#110b37 color RGB value is (17,11,55).

#110b37 hex color red value is 17, green value is 11 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #110b37 hue: 0.69 , saturation: 0.67 and the lightness value of 110b37 is 0.13.

The process color (four color CMYK) of #110b37 color hex is 0.69, 0.80, 0.00, 0.78. Web safe color of #110b37 is #000033. Color #110b37 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001011 00110111
Octal 21 13 67
Decimal 17 11 55
Hex 11 B 37

RGB Percentages of Color #110b37

%20.48
%13.25
%66.27

CMYK Percentages of Color #110b37

%69
%80
%0
%78

Triadic Colors of #110b37

#110b37 #37110b #0b3711

Analogous Colors of #110b37

#110b37 #270b37 #0b1b37

Monochromatic Colors of #110b37

#110b37

Complementary Color

#110b37 #31370b

#110b37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110b37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#110b37 Color CSS Codes

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

#110b37 Text Font Color

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

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


#110b37 Background Color

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

This div background color is #110b37


#110b37 Border Color

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

This div border color is #110b37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110b37


Comments

No comments written yet.

Please login to write comment.