Color Hex Logo

#1111aa Color Hex

#1111AA
(17,17,170)
0 Favorites   0 Comments

Color spaces of #1111aa

RGB 1717170
HSL0.670.820.37
HSV240°90°67°
CMYK 0.900.900.00   0.33
XYZ7.68733.422338.2856
Yxy3.42230.15560.0693
Hunter Lab18.499541.8002-109.7541
CIE-Lab21.661553.8956-76.2297

#1111aa color RGB value is (17,17,170).

#1111aa hex color red value is 17, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1111aa hue: 0.67 , saturation: 0.82 and the lightness value of 1111aa is 0.37.

The process color (four color CMYK) of #1111aa color hex is 0.90, 0.90, 0.00, 0.33. Web safe color of #1111aa is #000099. Color #1111aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010001 10101010
Octal 21 21 252
Decimal 17 17 170
Hex 11 11 AA

RGB Percentages of Color #1111aa

%8.33
%8.33
%83.33

CMYK Percentages of Color #1111aa

%90
%90
%0
%33

Triadic Colors of #1111aa

#1111aa #aa1111 #11aa11

Analogous Colors of #1111aa

#1111aa #5d11aa #115daa

Monochromatic Colors of #1111aa

#1111aa

Complementary Color

#1111aa #aaaa11

#1111aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1111aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1111aa Color CSS Codes

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

#1111aa Text Font Color

<p style="color:#1111aa">Text here</p>

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


#1111aa Background Color

<div style="background-color:#1111aa">
Div content here</div>

This div background color is #1111aa


#1111aa Border Color

<div style="border:3px solid #1111aa">
Div here</div>

This div border color is #1111aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,17,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1111aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1111aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1111aa;
  box-shadow:         1px 1px 3px 2px #1111aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1111aa


Comments

No comments written yet.

Please login to write comment.