Color Hex Logo

#110553 Color Hex

#110553
(17,5,83)
0 Favorites   0 Comments

Color spaces of #110553

RGB 17583
HSL0.690.890.17
HSV249°94°33°
CMYK 0.800.940.00   0.67
XYZ1.84680.85228.2508
Yxy0.85220.16870.0778
Hunter Lab9.231519.5547-46.5295
CIE-Lab7.697932.2741-43.7751

#110553 color RGB value is (17,5,83).

#110553 hex color red value is 17, green value is 5 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #110553 hue: 0.69 , saturation: 0.89 and the lightness value of 110553 is 0.17.

The process color (four color CMYK) of #110553 color hex is 0.80, 0.94, 0.00, 0.67. Web safe color of #110553 is #000066. Color #110553 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000101 01010011
Octal 21 5 123
Decimal 17 5 83
Hex 11 5 53

RGB Percentages of Color #110553

%16.19
%4.76
%79.05

CMYK Percentages of Color #110553

%80
%94
%0
%67

Triadic Colors of #110553

#110553 #531105 #055311

Analogous Colors of #110553

#110553 #380553 #052053

Monochromatic Colors of #110553

#110553

Complementary Color

#110553 #475305

#110553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#110553 Color CSS Codes

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

#110553 Text Font Color

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

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


#110553 Background Color

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

This div background color is #110553


#110553 Border Color

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

This div border color is #110553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110553


Comments

No comments written yet.

Please login to write comment.