Color Hex Logo

#112652 Color Hex

#112652
(17,38,82)
0 Favorites   0 Comments

Color spaces of #112652

RGB 173882
HSL0.610.660.19
HSV221°79°32°
CMYK 0.790.540.00   0.68
XYZ2.44732.11468.2618
Yxy2.11460.19080.1649
Hunter Lab14.54174.5929-23.5063
CIE-Lab16.07759.3801-29.3650

#112652 color RGB value is (17,38,82).

#112652 hex color red value is 17, green value is 38 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #112652 hue: 0.61 , saturation: 0.66 and the lightness value of 112652 is 0.19.

The process color (four color CMYK) of #112652 color hex is 0.79, 0.54, 0.00, 0.68. Web safe color of #112652 is #003366. Color #112652 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100110 01010010
Octal 21 46 122
Decimal 17 38 82
Hex 11 26 52

RGB Percentages of Color #112652

%12.41
%27.74
%59.85

CMYK Percentages of Color #112652

%79
%54
%0
%68

Triadic Colors of #112652

#112652 #521126 #265211

Analogous Colors of #112652

#112652 #1d1152 #114752

Monochromatic Colors of #112652

#112652

Complementary Color

#112652 #523d11

#112652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112652 Color CSS Codes

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

#112652 Text Font Color

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

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


#112652 Background Color

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

This div background color is #112652


#112652 Border Color

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

This div border color is #112652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112652


Comments

No comments written yet.

Please login to write comment.