Color Hex Logo

#010bfb Color Hex

#010BFB
(1,11,251)
0 Favorites   0 Comments

Color spaces of #010bfb

RGB 111251
HSL0.660.990.49
HSV238°100°98°
CMYK 1.000.960.00   0.02
XYZ17.54487.210891.7339
Yxy7.21080.15060.0619
Hunter Lab26.852969.6332-183.7470
CIE-Lab32.282176.5784-105.6498

#010bfb color RGB value is (1,11,251).

#010bfb hex color red value is 1, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #010bfb hue: 0.66 , saturation: 0.99 and the lightness value of 010bfb is 0.49.

The process color (four color CMYK) of #010bfb color hex is 1.00, 0.96, 0.00, 0.02. Web safe color of #010bfb is #0000ff. Color #010bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001011 11111011
Octal 1 13 373
Decimal 1 11 251
Hex 1 B FB

RGB Percentages of Color #010bfb

%0.38
%4.18
%95.44

CMYK Percentages of Color #010bfb

%100
%96
%0
%2

Triadic Colors of #010bfb

#010bfb #fb010b #0bfb01

Analogous Colors of #010bfb

#010bfb #7401fb #0188fb

Monochromatic Colors of #010bfb

#010bfb

Complementary Color

#010bfb #fbf101

#010bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#010bfb Color CSS Codes

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

#010bfb Text Font Color

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

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


#010bfb Background Color

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

This div background color is #010bfb


#010bfb Border Color

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

This div border color is #010bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,11,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #010bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #010bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #010bfb;
  box-shadow:         1px 1px 3px 2px #010bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,11,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 #010bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010bfb


Comments

No comments written yet.

Please login to write comment.