Color Hex Logo

#0936ef Color Hex

#0936EF
(9,54,239)
0 Favorites   0 Comments

Color spaces of #0936ef

RGB 954239
HSL0.630.930.49
HSV228°96°94°
CMYK 0.960.770.00   0.06
XYZ17.01188.928482.4881
Yxy8.92840.15690.0823
Hunter Lab29.880449.3345-142.7600
CIE-Lab35.846158.3037-92.9328

#0936ef color RGB value is (9,54,239).

#0936ef hex color red value is 9, green value is 54 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0936ef hue: 0.63 , saturation: 0.93 and the lightness value of 0936ef is 0.49.

The process color (four color CMYK) of #0936ef color hex is 0.96, 0.77, 0.00, 0.06. Web safe color of #0936ef is #0033ff. Color #0936ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110110 11101111
Octal 11 66 357
Decimal 9 54 239
Hex 9 36 EF

RGB Percentages of Color #0936ef

%2.98
%17.88
%79.14

CMYK Percentages of Color #0936ef

%96
%77
%0
%6

Triadic Colors of #0936ef

#0936ef #ef0936 #36ef09

Analogous Colors of #0936ef

#0936ef #4f09ef #09a9ef

Monochromatic Colors of #0936ef

#0936ef

Complementary Color

#0936ef #efc209

#0936ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0936ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0936ef Color CSS Codes

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

#0936ef Text Font Color

<p style="color:#0936ef">Text here</p>

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


#0936ef Background Color

<div style="background-color:#0936ef">
Div content here</div>

This div background color is #0936ef


#0936ef Border Color

<div style="border:3px solid #0936ef">
Div here</div>

This div border color is #0936ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,54,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0936ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0936ef;
  -webkit-box-shadow: 1px 1px 3px 2px #0936ef;
  box-shadow:         1px 1px 3px 2px #0936ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,54,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0936ef


Comments

No comments written yet.

Please login to write comment.