Color Hex Logo

#0f28eb Color Hex

#0F28EB
(15,40,235)
0 Favorites   0 Comments

Color spaces of #0f28eb

RGB 1540235
HSL0.650.880.49
HSV233°94°92°
CMYK 0.940.830.00   0.08
XYZ15.95127.617379.2268
Yxy7.61730.15520.0741
Hunter Lab27.599554.8656-150.8778
CIE-Lab33.172863.8445-95.1067

#0f28eb color RGB value is (15,40,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101000 11101011
Octal 17 50 353
Decimal 15 40 235
Hex F 28 EB

RGB Percentages of Color #0f28eb

%5.17
%13.79
%81.03

CMYK Percentages of Color #0f28eb

%94
%83
%0
%8

Triadic Colors of #0f28eb

#0f28eb #eb0f28 #28eb0f

Analogous Colors of #0f28eb

#0f28eb #640feb #0f96eb

Monochromatic Colors of #0f28eb

#0f28eb

Complementary Color

#0f28eb #ebd20f

#0f28eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f28eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f28eb Color CSS Codes

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

#0f28eb Text Font Color

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

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


#0f28eb Background Color

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

This div background color is #0f28eb


#0f28eb Border Color

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

This div border color is #0f28eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f28eb


Comments

No comments written yet.

Please login to write comment.