Color Hex Logo

#112831 Color Hex

#112831
(17,40,49)
0 Favorites   0 Comments

Color spaces of #112831

RGB 174049
HSL0.550.480.13
HSV197°65°19°
CMYK 0.650.180.00   0.81
XYZ1.54431.85853.1831
Yxy1.85850.23450.2822
Hunter Lab13.6327-3.6368-4.3008
CIE-Lab14.7264-5.8024-8.6346

#112831 color RGB value is (17,40,49).

#112831 hex color red value is 17, green value is 40 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #112831 hue: 0.55 , saturation: 0.48 and the lightness value of 112831 is 0.13.

The process color (four color CMYK) of #112831 color hex is 0.65, 0.18, 0.00, 0.81. Web safe color of #112831 is #003333. Color #112831 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101000 00110001
Octal 21 50 61
Decimal 17 40 49
Hex 11 28 31

RGB Percentages of Color #112831

%16.04
%37.74
%46.23

CMYK Percentages of Color #112831

%65
%18
%0
%81

Triadic Colors of #112831

#112831 #311128 #283111

Analogous Colors of #112831

#112831 #111831 #11312a

Monochromatic Colors of #112831

#112831

Complementary Color

#112831 #311a11

#112831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112831 Color CSS Codes

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

#112831 Text Font Color

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

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


#112831 Background Color

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

This div background color is #112831


#112831 Border Color

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

This div border color is #112831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112831


Comments

No comments written yet.

Please login to write comment.