Color Hex Logo

#0d0e2e Color Hex

#0D0E2E
(13,14,46)
0 Favorites   0 Comments

Color spaces of #0d0e2e

RGB 131446
HSL0.660.560.12
HSV238°72°18°
CMYK 0.720.700.00   0.82
XYZ0.81620.59692.6570
Yxy0.59690.20050.1467
Hunter Lab7.72595.3371-14.9821
CIE-Lab5.391710.1945-21.1282

#0d0e2e color RGB value is (13,14,46).

#0d0e2e hex color red value is 13, green value is 14 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #0d0e2e hue: 0.66 , saturation: 0.56 and the lightness value of 0d0e2e is 0.12.

The process color (four color CMYK) of #0d0e2e color hex is 0.72, 0.70, 0.00, 0.82. Web safe color of #0d0e2e is #000033. Color #0d0e2e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00001110 00101110
Octal 15 16 56
Decimal 13 14 46
Hex D E 2E

RGB Percentages of Color #0d0e2e

%17.81
%19.18
%63.01

CMYK Percentages of Color #0d0e2e

%72
%70
%0
%82

Triadic Colors of #0d0e2e

#0d0e2e #2e0d0e #0e2e0d

Analogous Colors of #0d0e2e

#0d0e2e #1d0d2e #0d1f2e

Monochromatic Colors of #0d0e2e

#0d0e2e

Complementary Color

#0d0e2e #2e2d0d

#0d0e2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d0e2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d0e2e Color CSS Codes

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

#0d0e2e Text Font Color

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

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


#0d0e2e Background Color

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

This div background color is #0d0e2e


#0d0e2e Border Color

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

This div border color is #0d0e2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d0e2e


Comments

No comments written yet.

Please login to write comment.