Color Hex Logo

#11295a Color Hex

#11295A
(17,41,90)
0 Favorites   0 Comments

Color spaces of #11295a

RGB 174190
HSL0.610.680.21
HSV220°81°35°
CMYK 0.810.540.00   0.65
XYZ2.86962.44329.9932
Yxy2.44320.18750.1596
Hunter Lab15.63075.4165-26.9644
CIE-Lab17.659810.6061-32.1808

#11295a color RGB value is (17,41,90).

#11295a hex color red value is 17, green value is 41 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #11295a hue: 0.61 , saturation: 0.68 and the lightness value of 11295a is 0.21.

The process color (four color CMYK) of #11295a color hex is 0.81, 0.54, 0.00, 0.65. Web safe color of #11295a is #003366. Color #11295a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 01011010
Octal 21 51 132
Decimal 17 41 90
Hex 11 29 5A

RGB Percentages of Color #11295a

%11.49
%27.70
%60.81

CMYK Percentages of Color #11295a

%81
%54
%0
%65

Triadic Colors of #11295a

#11295a #5a1129 #295a11

Analogous Colors of #11295a

#11295a #1e115a #114e5a

Monochromatic Colors of #11295a

#11295a

Complementary Color

#11295a #5a4211

#11295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11295a Color CSS Codes

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

#11295a Text Font Color

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

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


#11295a Background Color

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

This div background color is #11295a


#11295a Border Color

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

This div border color is #11295a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,41,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11295a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11295a;
  -webkit-box-shadow: 1px 1px 3px 2px #11295a;
  box-shadow:         1px 1px 3px 2px #11295a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11295a


Comments

No comments written yet.

Please login to write comment.