Color Hex Logo

#11008f Color Hex

#11008F
(17,0,143)
0 Favorites   0 Comments

Color spaces of #11008f

RGB 170143
HSL0.691.000.28
HSV247°100°56°
CMYK 0.881.000.00   0.44
XYZ5.18912.102326.1189
Yxy2.10230.15530.0629
Hunter Lab14.499338.5089-96.6548
CIE-Lab16.015251.6833-69.0700

#11008f color RGB value is (17,0,143).

#11008f hex color red value is 17, green value is 0 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #11008f hue: 0.69 , saturation: 1.00 and the lightness value of 11008f is 0.28.

The process color (four color CMYK) of #11008f color hex is 0.88, 1.00, 0.00, 0.44. Web safe color of #11008f is #000099. Color #11008f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000000 10001111
Octal 21 0 217
Decimal 17 0 143
Hex 11 0 8F

RGB Percentages of Color #11008f

%10.63
%0.00
%89.38

CMYK Percentages of Color #11008f

%88
%100
%0
%44

Triadic Colors of #11008f

#11008f #8f1100 #008f11

Analogous Colors of #11008f

#11008f #58008f #00378f

Monochromatic Colors of #11008f

#11008f

Complementary Color

#11008f #7e8f00

#11008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11008f Color CSS Codes

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

#11008f Text Font Color

<p style="color:#11008f">Text here</p>

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


#11008f Background Color

<div style="background-color:#11008f">
Div content here</div>

This div background color is #11008f


#11008f Border Color

<div style="border:3px solid #11008f">
Div here</div>

This div border color is #11008f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,0,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11008f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11008f;
  -webkit-box-shadow: 1px 1px 3px 2px #11008f;
  box-shadow:         1px 1px 3px 2px #11008f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11008f


Comments

No comments written yet.

Please login to write comment.