Color Hex Logo

#110baf Color Hex

#110BAF
(17,11,175)
0 Favorites   0 Comments

Color spaces of #110baf

RGB 1711175
HSL0.670.880.36
HSV242°94°69°
CMYK 0.900.940.00   0.31
XYZ8.08873.453740.7977
Yxy3.45370.15450.0660
Hunter Lab18.584145.1695-117.1503
CIE-Lab21.776357.1006-79.0540

#110baf color RGB value is (17,11,175).

#110baf hex color red value is 17, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #110baf hue: 0.67 , saturation: 0.88 and the lightness value of 110baf is 0.36.

The process color (four color CMYK) of #110baf color hex is 0.90, 0.94, 0.00, 0.31. Web safe color of #110baf is #000099. Color #110baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001011 10101111
Octal 21 13 257
Decimal 17 11 175
Hex 11 B AF

RGB Percentages of Color #110baf

%8.37
%5.42
%86.21

CMYK Percentages of Color #110baf

%90
%94
%0
%31

Triadic Colors of #110baf

#110baf #af110b #0baf11

Analogous Colors of #110baf

#110baf #630baf #0b57af

Monochromatic Colors of #110baf

#110baf

Complementary Color

#110baf #a9af0b

#110baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#110baf Color CSS Codes

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

#110baf Text Font Color

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

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


#110baf Background Color

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

This div background color is #110baf


#110baf Border Color

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

This div border color is #110baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110baf


Comments

No comments written yet.

Please login to write comment.