Color Hex Logo

#0939eb Color Hex

#0939EB
(9,57,235)
0 Favorites   0 Comments

Color spaces of #0939eb

RGB 957235
HSL0.630.930.48
HSV227°96°92°
CMYK 0.960.760.00   0.08
XYZ16.57128.982579.4577
Yxy8.98250.15780.0855
Hunter Lab29.970846.2457-136.2082
CIE-Lab35.950655.3993-90.4920

#0939eb color RGB value is (9,57,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111001 11101011
Octal 11 71 353
Decimal 9 57 235
Hex 9 39 EB

RGB Percentages of Color #0939eb

%2.99
%18.94
%78.07

CMYK Percentages of Color #0939eb

%96
%76
%0
%8

Triadic Colors of #0939eb

#0939eb #eb0939 #39eb09

Analogous Colors of #0939eb

#0939eb #4a09eb #09aaeb

Monochromatic Colors of #0939eb

#0939eb

Complementary Color

#0939eb #ebbb09

#0939eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0939eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0939eb Color CSS Codes

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

#0939eb Text Font Color

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

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


#0939eb Background Color

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

This div background color is #0939eb


#0939eb Border Color

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

This div border color is #0939eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0939eb


Comments

No comments written yet.

Please login to write comment.