Color Hex Logo

#112334 Color Hex

#112334
(17,35,52)
0 Favorites   0 Comments

Color spaces of #112334

RGB 173552
HSL0.580.510.14
HSV209°67°20°
CMYK 0.670.330.00   0.80
XYZ1.45201.56923.4752
Yxy1.56920.22350.2415
Hunter Lab12.5268-1.2316-7.6796
CIE-Lab13.0414-1.1143-13.3696

#112334 color RGB value is (17,35,52).

#112334 hex color red value is 17, green value is 35 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #112334 hue: 0.58 , saturation: 0.51 and the lightness value of 112334 is 0.14.

The process color (four color CMYK) of #112334 color hex is 0.67, 0.33, 0.00, 0.80. Web safe color of #112334 is #003333. Color #112334 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100011 00110100
Octal 21 43 64
Decimal 17 35 52
Hex 11 23 34

RGB Percentages of Color #112334

%16.35
%33.65
%50.00

CMYK Percentages of Color #112334

%67
%33
%0
%80

Triadic Colors of #112334

#112334 #341123 #233411

Analogous Colors of #112334

#112334 #111234 #113434

Monochromatic Colors of #112334

#112334

Complementary Color

#112334 #342211

#112334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112334 Color CSS Codes

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

#112334 Text Font Color

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

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


#112334 Background Color

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

This div background color is #112334


#112334 Border Color

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

This div border color is #112334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112334


Comments

No comments written yet.

Please login to write comment.