Color Hex Logo

#11476f Color Hex

#11476F
(17,71,111)
0 Favorites   0 Comments

Color spaces of #11476f

RGB 1771111
HSL0.570.730.25
HSV206°85°44°
CMYK 0.850.360.00   0.56
XYZ5.35365.773315.8711
Yxy5.77330.19830.2138
Hunter Lab24.0277-2.2770-22.3437
CIE-Lab28.8332-1.5830-27.9572

#11476f color RGB value is (17,71,111).

#11476f hex color red value is 17, green value is 71 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #11476f hue: 0.57 , saturation: 0.73 and the lightness value of 11476f is 0.25.

The process color (four color CMYK) of #11476f color hex is 0.85, 0.36, 0.00, 0.56. Web safe color of #11476f is #003366. Color #11476f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000111 01101111
Octal 21 107 157
Decimal 17 71 111
Hex 11 47 6F

RGB Percentages of Color #11476f

%8.54
%35.68
%55.78

CMYK Percentages of Color #11476f

%85
%36
%0
%56

Triadic Colors of #11476f

#11476f #6f1147 #476f11

Analogous Colors of #11476f

#11476f #11186f #116f68

Monochromatic Colors of #11476f

#11476f

Complementary Color

#11476f #6f3911

#11476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11476f Color CSS Codes

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

#11476f Text Font Color

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

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


#11476f Background Color

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

This div background color is #11476f


#11476f Border Color

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

This div border color is #11476f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,71,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11476f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11476f;
  -webkit-box-shadow: 1px 1px 3px 2px #11476f;
  box-shadow:         1px 1px 3px 2px #11476f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11476f


Comments

No comments written yet.

Please login to write comment.