Color Hex Logo

#112225 Color Hex

#112225
(17,34,37)
0 Favorites   0 Comments

Color spaces of #112225

RGB 173437
HSL0.530.370.11
HSV189°54°15°
CMYK 0.540.080.00   0.85
XYZ1.13711.39681.9599
Yxy1.39680.25300.3108
Hunter Lab11.8186-3.5087-1.5591
CIE-Lab11.9363-6.0598-4.2488

#112225 color RGB value is (17,34,37).

#112225 hex color red value is 17, green value is 34 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #112225 hue: 0.53 , saturation: 0.37 and the lightness value of 112225 is 0.11.

The process color (four color CMYK) of #112225 color hex is 0.54, 0.08, 0.00, 0.85. Web safe color of #112225 is #003333. Color #112225 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100010 00100101
Octal 21 42 45
Decimal 17 34 37
Hex 11 22 25

RGB Percentages of Color #112225

%19.32
%38.64
%42.05

CMYK Percentages of Color #112225

%54
%8
%0
%85

Triadic Colors of #112225

#112225 #251122 #222511

Analogous Colors of #112225

#112225 #111825 #11251e

Monochromatic Colors of #112225

#112225

Complementary Color

#112225 #251411

#112225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112225 Color CSS Codes

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

#112225 Text Font Color

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

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


#112225 Background Color

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

This div background color is #112225


#112225 Border Color

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

This div border color is #112225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112225


Comments

No comments written yet.

Please login to write comment.