Color Hex Logo

#0b83fa Color Hex

#0B83FA
(11,131,250)
0 Favorites   0 Comments

Color spaces of #0b83fa

RGB 11131250
HSL0.580.960.51
HSV210°96°98°
CMYK 0.960.480.00   0.02
XYZ25.509623.205993.5772
Yxy23.20590.17930.1631
Hunter Lab48.172510.2222-81.4527
CIE-Lab55.283815.2636-67.2485

#0b83fa color RGB value is (11,131,250).

#0b83fa hex color red value is 11, green value is 131 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0b83fa hue: 0.58 , saturation: 0.96 and the lightness value of 0b83fa is 0.51.

The process color (four color CMYK) of #0b83fa color hex is 0.96, 0.48, 0.00, 0.02. Web safe color of #0b83fa is #0099ff. Color #0b83fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10000011 11111010
Octal 13 203 372
Decimal 11 131 250
Hex B 83 FA

RGB Percentages of Color #0b83fa

%2.81
%33.42
%63.78

CMYK Percentages of Color #0b83fa

%96
%48
%0
%2

Triadic Colors of #0b83fa

#0b83fa #fa0b83 #83fa0b

Analogous Colors of #0b83fa

#0b83fa #0b0bfa #0bfafa

Monochromatic Colors of #0b83fa

#0b83fa

Complementary Color

#0b83fa #fa820b

#0b83fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b83fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b83fa Color CSS Codes

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

#0b83fa Text Font Color

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

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


#0b83fa Background Color

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

This div background color is #0b83fa


#0b83fa Border Color

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

This div border color is #0b83fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,131,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b83fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b83fa;
  -webkit-box-shadow: 1px 1px 3px 2px #0b83fa;
  box-shadow:         1px 1px 3px 2px #0b83fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b83fa

Related Colors


Comments

No comments written yet.

Please login to write comment.