Color Hex Logo

#110099 Color Hex

#110099
(17,0,153)
1 Favorites   0 Comments

Color spaces of #110099

RGB 170153
HSL0.691.000.30
HSV247°100°60°
CMYK 0.891.000.00   0.40
XYZ5.98092.419130.2887
Yxy2.41910.15460.0625
Hunter Lab15.553541.4215-104.5735
CIE-Lab17.548754.2681-72.7154

#110099 color RGB value is (17,0,153).

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

The process color (four color CMYK) of #110099 color hex is 0.89, 1.00, 0.00, 0.40. Web safe color of #110099 is #000099. Color #110099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000000 10011001
Octal 21 0 231
Decimal 17 0 153
Hex 11 0 99

RGB Percentages of Color #110099

%10.00
%0.00
%90.00

CMYK Percentages of Color #110099

%89
%100
%0
%40

Triadic Colors of #110099

#110099 #991100 #009911

Analogous Colors of #110099

#110099 #5d0099 #003c99

Monochromatic Colors of #110099

#110099

Complementary Color

#110099 #889900

#110099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#110099 Color CSS Codes

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

#110099 Text Font Color

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

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


#110099 Background Color

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

This div background color is #110099


#110099 Border Color

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

This div border color is #110099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110099


Comments

No comments written yet.

Please login to write comment.