Color Hex Logo

#0f2cef Color Hex

#0F2CEF
(15,44,239)
0 Favorites   0 Comments

Color spaces of #0f2cef

RGB 1544239
HSL0.650.880.50
HSV232°94°94°
CMYK 0.940.820.00   0.06
XYZ16.67778.134982.3525
Yxy8.13490.15560.0759
Hunter Lab28.521754.4624-151.2263
CIE-Lab34.262363.2736-95.5635

#0f2cef color RGB value is (15,44,239).

#0f2cef hex color red value is 15, green value is 44 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0f2cef hue: 0.65 , saturation: 0.88 and the lightness value of 0f2cef is 0.50.

The process color (four color CMYK) of #0f2cef color hex is 0.94, 0.82, 0.00, 0.06. Web safe color of #0f2cef is #0033ff. Color #0f2cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101100 11101111
Octal 17 54 357
Decimal 15 44 239
Hex F 2C EF

RGB Percentages of Color #0f2cef

%5.03
%14.77
%80.20

CMYK Percentages of Color #0f2cef

%94
%82
%0
%6

Triadic Colors of #0f2cef

#0f2cef #ef0f2c #2cef0f

Analogous Colors of #0f2cef

#0f2cef #620fef #0f9cef

Monochromatic Colors of #0f2cef

#0f2cef

Complementary Color

#0f2cef #efd20f

#0f2cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f2cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f2cef Color CSS Codes

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

#0f2cef Text Font Color

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

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


#0f2cef Background Color

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

This div background color is #0f2cef


#0f2cef Border Color

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

This div border color is #0f2cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,44,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f2cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f2cef;
  -webkit-box-shadow: 1px 1px 3px 2px #0f2cef;
  box-shadow:         1px 1px 3px 2px #0f2cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,44,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 #0f2cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f2cef


Comments

No comments written yet.

Please login to write comment.