Color Hex Logo

#113352 Color Hex

#113352
(17,51,82)
0 Favorites   0 Comments

Color spaces of #113352

RGB 175182
HSL0.580.660.19
HSV209°79°32°
CMYK 0.790.380.00   0.68
XYZ2.93803.09608.4254
Yxy3.09600.20320.2141
Hunter Lab17.5955-0.9870-16.0736
CIE-Lab20.4243-0.0828-22.4257

#113352 color RGB value is (17,51,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 01010010
Octal 21 63 122
Decimal 17 51 82
Hex 11 33 52

RGB Percentages of Color #113352

%11.33
%34.00
%54.67

CMYK Percentages of Color #113352

%79
%38
%0
%68

Triadic Colors of #113352

#113352 #521133 #335211

Analogous Colors of #113352

#113352 #111352 #115251

Monochromatic Colors of #113352

#113352

Complementary Color

#113352 #523011

#113352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113352 Color CSS Codes

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

#113352 Text Font Color

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

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


#113352 Background Color

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

This div background color is #113352


#113352 Border Color

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

This div border color is #113352


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,51,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 #113352">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113352


Comments

No comments written yet.

Please login to write comment.