Color Hex Logo

#0d48fb Color Hex

#0D48FB
(13,72,251)
0 Favorites   0 Comments

Color spaces of #0d48fb

RGB 1372251
HSL0.630.970.52
HSV225°95°98°
CMYK 0.950.710.00   0.02
XYZ19.895911.685392.4737
Yxy11.68530.16040.0942
Hunter Lab34.183844.0704-136.4623
CIE-Lab40.711552.4321-91.6227

#0d48fb color RGB value is (13,72,251).

#0d48fb hex color red value is 13, green value is 72 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0d48fb hue: 0.63 , saturation: 0.97 and the lightness value of 0d48fb is 0.52.

The process color (four color CMYK) of #0d48fb color hex is 0.95, 0.71, 0.00, 0.02. Web safe color of #0d48fb is #0033ff. Color #0d48fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01001000 11111011
Octal 15 110 373
Decimal 13 72 251
Hex D 48 FB

RGB Percentages of Color #0d48fb

%3.87
%21.43
%74.70

CMYK Percentages of Color #0d48fb

%95
%71
%0
%2

Triadic Colors of #0d48fb

#0d48fb #fb0d48 #48fb0d

Analogous Colors of #0d48fb

#0d48fb #490dfb #0dbffb

Monochromatic Colors of #0d48fb

#0d48fb

Complementary Color

#0d48fb #fbc00d

#0d48fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d48fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d48fb Color CSS Codes

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

#0d48fb Text Font Color

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

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


#0d48fb Background Color

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

This div background color is #0d48fb


#0d48fb Border Color

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

This div border color is #0d48fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,72,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d48fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d48fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0d48fb;
  box-shadow:         1px 1px 3px 2px #0d48fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,72,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d48fb


Comments

No comments written yet.

Please login to write comment.