Color Hex Logo

#11088a Color Hex

#11088A
(17,8,138)
0 Favorites   0 Comments

Color spaces of #11088a

RGB 178138
HSL0.680.890.29
HSV244°94°54°
CMYK 0.880.940.00   0.46
XYZ4.90542.127824.1969
Yxy2.12780.15710.0681
Hunter Lab14.587034.4999-88.1394
CIE-Lab16.144147.6059-65.7216

#11088a color RGB value is (17,8,138).

#11088a hex color red value is 17, green value is 8 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #11088a hue: 0.68 , saturation: 0.89 and the lightness value of 11088a is 0.29.

The process color (four color CMYK) of #11088a color hex is 0.88, 0.94, 0.00, 0.46. Web safe color of #11088a is #000099. Color #11088a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001000 10001010
Octal 21 10 212
Decimal 17 8 138
Hex 11 8 8A

RGB Percentages of Color #11088a

%10.43
%4.91
%84.66

CMYK Percentages of Color #11088a

%88
%94
%0
%46

Triadic Colors of #11088a

#11088a #8a1108 #088a11

Analogous Colors of #11088a

#11088a #52088a #08408a

Monochromatic Colors of #11088a

#11088a

Complementary Color

#11088a #818a08

#11088a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11088a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11088a Color CSS Codes

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

#11088a Text Font Color

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

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


#11088a Background Color

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

This div background color is #11088a


#11088a Border Color

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

This div border color is #11088a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11088a


Comments

No comments written yet.

Please login to write comment.