Color Hex Logo

#0950eb Color Hex

#0950EB
(9,80,235)
0 Favorites   0 Comments

Color spaces of #0950eb

RGB 980235
HSL0.610.930.48
HSV221°96°92°
CMYK 0.960.660.00   0.08
XYZ17.976711.793679.9262
Yxy11.79360.16390.1075
Hunter Lab34.341833.3401-113.9507
CIE-Lab40.886241.8088-82.3355

#0950eb color RGB value is (9,80,235).

#0950eb hex color red value is 9, green value is 80 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0950eb hue: 0.61 , saturation: 0.93 and the lightness value of 0950eb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010000 11101011
Octal 11 120 353
Decimal 9 80 235
Hex 9 50 EB

RGB Percentages of Color #0950eb

%2.78
%24.69
%72.53

CMYK Percentages of Color #0950eb

%96
%66
%0
%8

Triadic Colors of #0950eb

#0950eb #eb0950 #50eb09

Analogous Colors of #0950eb

#0950eb #3309eb #09c1eb

Monochromatic Colors of #0950eb

#0950eb

Complementary Color

#0950eb #eba409

#0950eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0950eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0950eb Color CSS Codes

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

#0950eb Text Font Color

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

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


#0950eb Background Color

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

This div background color is #0950eb


#0950eb Border Color

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

This div border color is #0950eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0950eb


Comments

No comments written yet.

Please login to write comment.