Color Hex Logo

#110077 Color Hex

#110077
(17,0,119)
1 Favorites   0 Comments

Color spaces of #110077

RGB 170119
HSL0.691.000.23
HSV249°100°47°
CMYK 0.861.000.00   0.53
XYZ3.56091.451117.5452
Yxy1.45110.15790.0643
Hunter Lab12.046231.6846-77.9234
CIE-Lab12.293745.3498-60.0512

#110077 color RGB value is (17,0,119).

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

The process color (four color CMYK) of #110077 color hex is 0.86, 1.00, 0.00, 0.53. Web safe color of #110077 is #000066. Color #110077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000000 01110111
Octal 21 0 167
Decimal 17 0 119
Hex 11 0 77

RGB Percentages of Color #110077

%12.50
%0.00
%87.50

CMYK Percentages of Color #110077

%86
%100
%0
%53

Triadic Colors of #110077

#110077 #771100 #007711

Analogous Colors of #110077

#110077 #4c0077 #002b77

Monochromatic Colors of #110077

#110077

Complementary Color

#110077 #667700

#110077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#110077 Color CSS Codes

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

#110077 Text Font Color

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

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


#110077 Background Color

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

This div background color is #110077


#110077 Border Color

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

This div border color is #110077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110077


Comments

No comments written yet.

Please login to write comment.