Color Hex Logo

#0d2d49 Color Hex

#0D2D49
(13,45,73)
0 Favorites   0 Comments

Color spaces of #0d2d49

RGB 134573
HSL0.580.700.17
HSV208°82°29°
CMYK 0.820.380.00   0.71
XYZ2.30702.44346.6534
Yxy2.44340.20230.2143
Hunter Lab15.6314-1.0105-14.2945
CIE-Lab17.6607-0.3210-20.7399

#0d2d49 color RGB value is (13,45,73).

#0d2d49 hex color red value is 13, green value is 45 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #0d2d49 hue: 0.58 , saturation: 0.70 and the lightness value of 0d2d49 is 0.17.

The process color (four color CMYK) of #0d2d49 color hex is 0.82, 0.38, 0.00, 0.71. Web safe color of #0d2d49 is #003333. Color #0d2d49 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00101101 01001001
Octal 15 55 111
Decimal 13 45 73
Hex D 2D 49

RGB Percentages of Color #0d2d49

%9.92
%34.35
%55.73

CMYK Percentages of Color #0d2d49

%82
%38
%0
%71

Triadic Colors of #0d2d49

#0d2d49 #490d2d #2d490d

Analogous Colors of #0d2d49

#0d2d49 #0d0f49 #0d4947

Monochromatic Colors of #0d2d49

#0d2d49

Complementary Color

#0d2d49 #49290d

#0d2d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d2d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d2d49 Color CSS Codes

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

#0d2d49 Text Font Color

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

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


#0d2d49 Background Color

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

This div background color is #0d2d49


#0d2d49 Border Color

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

This div border color is #0d2d49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d2d49


Comments

No comments written yet.

Please login to write comment.