Color Hex Logo

#11142a Color Hex

#11142A
(17,20,42)
0 Favorites   0 Comments

Color spaces of #11142a

RGB 172042
HSL0.650.420.12
HSV233°60°16°
CMYK 0.600.520.00   0.84
XYZ0.89920.78662.2949
Yxy0.78660.22590.1976
Hunter Lab8.86902.5766-9.1332
CIE-Lab7.10536.1571-15.4089

#11142a color RGB value is (17,20,42).

#11142a hex color red value is 17, green value is 20 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #11142a hue: 0.65 , saturation: 0.42 and the lightness value of 11142a is 0.12.

The process color (four color CMYK) of #11142a color hex is 0.60, 0.52, 0.00, 0.84. Web safe color of #11142a is #000033. Color #11142a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010100 00101010
Octal 21 24 52
Decimal 17 20 42
Hex 11 14 2A

RGB Percentages of Color #11142a

%21.52
%25.32
%53.16

CMYK Percentages of Color #11142a

%60
%52
%0
%84

Triadic Colors of #11142a

#11142a #2a1114 #142a11

Analogous Colors of #11142a

#11142a #1b112a #11212a

Monochromatic Colors of #11142a

#11142a

Complementary Color

#11142a #2a2711

#11142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11142a Color CSS Codes

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

#11142a Text Font Color

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

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


#11142a Background Color

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

This div background color is #11142a


#11142a Border Color

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

This div border color is #11142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11142a


Comments

No comments written yet.

Please login to write comment.