Color Hex Logo

#110349 Color Hex

#110349
(17,3,73)
0 Favorites   0 Comments

Color spaces of #110349

RGB 17373
HSL0.700.920.15
HSV252°96°29°
CMYK 0.770.960.00   0.71
XYZ1.46630.66536.3545
Yxy0.66530.17280.0784
Hunter Lab8.156617.8147-40.4810
CIE-Lab6.009629.6011-39.6301

#110349 color RGB value is (17,3,73).

#110349 hex color red value is 17, green value is 3 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #110349 hue: 0.70 , saturation: 0.92 and the lightness value of 110349 is 0.15.

The process color (four color CMYK) of #110349 color hex is 0.77, 0.96, 0.00, 0.71. Web safe color of #110349 is #000033. Color #110349 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000011 01001001
Octal 21 3 111
Decimal 17 3 73
Hex 11 3 49

RGB Percentages of Color #110349

%18.28
%3.23
%78.49

CMYK Percentages of Color #110349

%77
%96
%0
%71

Triadic Colors of #110349

#110349 #491103 #034911

Analogous Colors of #110349

#110349 #340349 #031849

Monochromatic Colors of #110349

#110349

Complementary Color

#110349 #3b4903

#110349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#110349 Color CSS Codes

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

#110349 Text Font Color

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

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


#110349 Background Color

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

This div background color is #110349


#110349 Border Color

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

This div border color is #110349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110349


Comments

No comments written yet.

Please login to write comment.