Color Hex Logo

#0956fb Color Hex

#0956FB
(9,86,251)
0 Favorites   0 Comments

Color spaces of #0956fb

RGB 986251
HSL0.610.970.51
HSV221°96°98°
CMYK 0.960.660.00   0.02
XYZ20.853013.678792.8080
Yxy13.67870.16380.1074
Hunter Lab36.984735.9199-122.8907
CIE-Lab43.768643.9412-86.5799

#0956fb color RGB value is (9,86,251).

#0956fb hex color red value is 9, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0956fb hue: 0.61 , saturation: 0.97 and the lightness value of 0956fb is 0.51.

The process color (four color CMYK) of #0956fb color hex is 0.96, 0.66, 0.00, 0.02. Web safe color of #0956fb is #0066ff. Color #0956fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010110 11111011
Octal 11 126 373
Decimal 9 86 251
Hex 9 56 FB

RGB Percentages of Color #0956fb

%2.60
%24.86
%72.54

CMYK Percentages of Color #0956fb

%96
%66
%0
%2

Triadic Colors of #0956fb

#0956fb #fb0956 #56fb09

Analogous Colors of #0956fb

#0956fb #3509fb #09cffb

Monochromatic Colors of #0956fb

#0956fb

Complementary Color

#0956fb #fbae09

#0956fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0956fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0956fb Color CSS Codes

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

#0956fb Text Font Color

<p style="color:#0956fb">Text here</p>

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


#0956fb Background Color

<div style="background-color:#0956fb">
Div content here</div>

This div background color is #0956fb


#0956fb Border Color

<div style="border:3px solid #0956fb">
Div here</div>

This div border color is #0956fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,86,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0956fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0956fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0956fb;
  box-shadow:         1px 1px 3px 2px #0956fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,86,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 #0956fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0956fb


Comments

No comments written yet.

Please login to write comment.