Color Hex Logo

#110074 Color Hex

#110074
(17,0,116)
0 Favorites   0 Comments

Color spaces of #110074

RGB 170116
HSL0.691.000.23
HSV249°100°45°
CMYK 0.851.000.00   0.55
XYZ3.38361.380116.6111
Yxy1.38010.15830.0646
Hunter Lab11.747830.8531-75.6114
CIE-Lab11.824644.5480-58.8934

#110074 color RGB value is (17,0,116).

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

The process color (four color CMYK) of #110074 color hex is 0.85, 1.00, 0.00, 0.55. Web safe color of #110074 is #000066. Color #110074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000000 01110100
Octal 21 0 164
Decimal 17 0 116
Hex 11 0 74

RGB Percentages of Color #110074

%12.78
%0.00
%87.22

CMYK Percentages of Color #110074

%85
%100
%0
%55

Triadic Colors of #110074

#110074 #741100 #007411

Analogous Colors of #110074

#110074 #4b0074 #002974

Monochromatic Colors of #110074

#110074

Complementary Color

#110074 #637400

#110074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#110074 Color CSS Codes

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

#110074 Text Font Color

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

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


#110074 Background Color

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

This div background color is #110074


#110074 Border Color

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

This div border color is #110074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110074


Comments

No comments written yet.

Please login to write comment.