Color Hex Logo

#0d0dfb Color Hex

#0D0DFB
(13,13,251)
0 Favorites   0 Comments

Color spaces of #0d0dfb

RGB 1313251
HSL0.670.970.52
HSV240°95°98°
CMYK 0.950.950.00   0.02
XYZ17.72257.338491.7492
Yxy7.33840.15170.0628
Hunter Lab27.089569.3718-181.8463
CIE-Lab32.565276.3159-105.1722

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00001101 11111011
Octal 15 15 373
Decimal 13 13 251
Hex D D FB

RGB Percentages of Color #0d0dfb

%4.69
%4.69
%90.61

CMYK Percentages of Color #0d0dfb

%95
%95
%0
%2

Triadic Colors of #0d0dfb

#0d0dfb #fb0d0d #0dfb0d

Analogous Colors of #0d0dfb

#0d0dfb #840dfb #0d84fb

Monochromatic Colors of #0d0dfb

#0d0dfb

Complementary Color

#0d0dfb #fbfb0d

#0d0dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d0dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d0dfb Color CSS Codes

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

#0d0dfb Text Font Color

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

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


#0d0dfb Background Color

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

This div background color is #0d0dfb


#0d0dfb Border Color

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

This div border color is #0d0dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d0dfb


Comments

No comments written yet.

Please login to write comment.