Color Hex Logo

#0d11be Color Hex

#0D11BE
(13,17,190)
0 Favorites   0 Comments

Color spaces of #0d11be

RGB 1317190
HSL0.660.870.40
HSV239°93°75°
CMYK 0.930.910.00   0.25
XYZ9.66074.204249.0175
Yxy4.20420.15360.0669
Hunter Lab20.504148.2195-127.3866
CIE-Lab24.335359.4830-83.7392

#0d11be color RGB value is (13,17,190).

#0d11be hex color red value is 13, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0d11be hue: 0.66 , saturation: 0.87 and the lightness value of 0d11be is 0.40.

The process color (four color CMYK) of #0d11be color hex is 0.93, 0.91, 0.00, 0.25. Web safe color of #0d11be is #0000cc. Color #0d11be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010001 10111110
Octal 15 21 276
Decimal 13 17 190
Hex D 11 BE

RGB Percentages of Color #0d11be

%5.91
%7.73
%86.36

CMYK Percentages of Color #0d11be

%93
%91
%0
%25

Triadic Colors of #0d11be

#0d11be #be0d11 #11be0d

Analogous Colors of #0d11be

#0d11be #620dbe #0d6abe

Monochromatic Colors of #0d11be

#0d11be

Complementary Color

#0d11be #beba0d

#0d11be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d11be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d11be Color CSS Codes

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

#0d11be Text Font Color

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

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


#0d11be Background Color

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

This div background color is #0d11be


#0d11be Border Color

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

This div border color is #0d11be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d11be


Comments

No comments written yet.

Please login to write comment.