Color Hex Logo

#1143ab Color Hex

#1143AB
(17,67,171)
0 Favorites   0 Comments

Color spaces of #1143ab

RGB 1767171
HSL0.610.820.37
HSV221°90°67°
CMYK 0.900.610.00   0.33
XYZ9.58907.073839.3881
Yxy7.07380.17110.1262
Hunter Lab26.596617.8113-69.1875
CIE-Lab31.974325.9776-59.7911

#1143ab color RGB value is (17,67,171).

#1143ab hex color red value is 17, green value is 67 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1143ab hue: 0.61 , saturation: 0.82 and the lightness value of 1143ab is 0.37.

The process color (four color CMYK) of #1143ab color hex is 0.90, 0.61, 0.00, 0.33. Web safe color of #1143ab is #003399. Color #1143ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000011 10101011
Octal 21 103 253
Decimal 17 67 171
Hex 11 43 AB

RGB Percentages of Color #1143ab

%6.67
%26.27
%67.06

CMYK Percentages of Color #1143ab

%90
%61
%0
%33

Triadic Colors of #1143ab

#1143ab #ab1143 #43ab11

Analogous Colors of #1143ab

#1143ab #2c11ab #1190ab

Monochromatic Colors of #1143ab

#1143ab

Complementary Color

#1143ab #ab7911

#1143ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1143ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1143ab Color CSS Codes

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

#1143ab Text Font Color

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

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


#1143ab Background Color

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

This div background color is #1143ab


#1143ab Border Color

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

This div border color is #1143ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,67,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1143ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1143ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1143ab;
  box-shadow:         1px 1px 3px 2px #1143ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1143ab


Comments

No comments written yet.

Please login to write comment.