Color Hex Logo

#11415d Color Hex

#11415D
(17,65,93)
0 Favorites   0 Comments

Color spaces of #11415d

RGB 176593
HSL0.560.690.22
HSV202°82°36°
CMYK 0.820.300.00   0.64
XYZ4.09724.690111.0453
Yxy4.69010.20660.2365
Hunter Lab21.6566-4.1289-15.0794
CIE-Lab25.8330-4.9993-21.1500

#11415d color RGB value is (17,65,93).

#11415d hex color red value is 17, green value is 65 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #11415d hue: 0.56 , saturation: 0.69 and the lightness value of 11415d is 0.22.

The process color (four color CMYK) of #11415d color hex is 0.82, 0.30, 0.00, 0.64. Web safe color of #11415d is #003366. Color #11415d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000001 01011101
Octal 21 101 135
Decimal 17 65 93
Hex 11 41 5D

RGB Percentages of Color #11415d

%9.71
%37.14
%53.14

CMYK Percentages of Color #11415d

%82
%30
%0
%64

Triadic Colors of #11415d

#11415d #5d1141 #415d11

Analogous Colors of #11415d

#11415d #111b5d #115d53

Monochromatic Colors of #11415d

#11415d

Complementary Color

#11415d #5d2d11

#11415d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11415d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11415d Color CSS Codes

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

#11415d Text Font Color

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

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


#11415d Background Color

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

This div background color is #11415d


#11415d Border Color

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

This div border color is #11415d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,65,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11415d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11415d;
  -webkit-box-shadow: 1px 1px 3px 2px #11415d;
  box-shadow:         1px 1px 3px 2px #11415d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11415d


Comments

No comments written yet.

Please login to write comment.