Color Hex Logo

#110efb Color Hex

#110EFB
(17,14,251)
0 Favorites   0 Comments

Color spaces of #110efb

RGB 1714251
HSL0.670.970.52
HSV241°94°98°
CMYK 0.930.940.00   0.02
XYZ17.80087.398391.7566
Yxy7.39830.15220.0633
Hunter Lab27.199869.2189-180.9706
CIE-Lab32.697076.1680-104.9500

#110efb color RGB value is (17,14,251).

#110efb hex color red value is 17, green value is 14 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #110efb hue: 0.67 , saturation: 0.97 and the lightness value of 110efb is 0.52.

The process color (four color CMYK) of #110efb color hex is 0.93, 0.94, 0.00, 0.02. Web safe color of #110efb is #0000ff. Color #110efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001110 11111011
Octal 21 16 373
Decimal 17 14 251
Hex 11 E FB

RGB Percentages of Color #110efb

%6.03
%4.96
%89.01

CMYK Percentages of Color #110efb

%93
%94
%0
%2

Triadic Colors of #110efb

#110efb #fb110e #0efb11

Analogous Colors of #110efb

#110efb #880efb #0e82fb

Monochromatic Colors of #110efb

#110efb

Complementary Color

#110efb #f8fb0e

#110efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#110efb Color CSS Codes

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

#110efb Text Font Color

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

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


#110efb Background Color

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

This div background color is #110efb


#110efb Border Color

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

This div border color is #110efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110efb


Comments

No comments written yet.

Please login to write comment.