Color Hex Logo

#0110eb Color Hex

#0110EB
(1,16,235)
0 Favorites   0 Comments

Color spaces of #0110eb

RGB 116235
HSL0.660.990.46
HSV236°100°92°
CMYK 1.000.930.00   0.08
XYZ15.19326.375279.0270
Yxy6.37520.15100.0634
Hunter Lab25.249263.2229-167.8966
CIE-Lab30.340071.6152-99.8395

#0110eb color RGB value is (1,16,235).

#0110eb hex color red value is 1, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0110eb hue: 0.66 , saturation: 0.99 and the lightness value of 0110eb is 0.46.

The process color (four color CMYK) of #0110eb color hex is 1.00, 0.93, 0.00, 0.08. Web safe color of #0110eb is #0000ff. Color #0110eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010000 11101011
Octal 1 20 353
Decimal 1 16 235
Hex 1 10 EB

RGB Percentages of Color #0110eb

%0.40
%6.35
%93.25

CMYK Percentages of Color #0110eb

%100
%93
%0
%8

Triadic Colors of #0110eb

#0110eb #eb0110 #10eb01

Analogous Colors of #0110eb

#0110eb #6701eb #0185eb

Monochromatic Colors of #0110eb

#0110eb

Complementary Color

#0110eb #ebdc01

#0110eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0110eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0110eb Color CSS Codes

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

#0110eb Text Font Color

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

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


#0110eb Background Color

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

This div background color is #0110eb


#0110eb Border Color

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

This div border color is #0110eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,16,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0110eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0110eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0110eb;
  box-shadow:         1px 1px 3px 2px #0110eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,16,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0110eb


Comments

No comments written yet.

Please login to write comment.