Color Hex Logo

#0d5062 Color Hex

#0D5062
(13,80,98)
0 Favorites   0 Comments

Color spaces of #0d5062

RGB 138098
HSL0.540.770.22
HSV193°87°38°
CMYK 0.870.180.00   0.62
XYZ5.23926.704712.5733
Yxy6.70470.21370.2735
Hunter Lab25.8934-9.1964-10.6646
CIE-Lab31.1250-12.8365-16.1427

#0d5062 color RGB value is (13,80,98).

#0d5062 hex color red value is 13, green value is 80 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #0d5062 hue: 0.54 , saturation: 0.77 and the lightness value of 0d5062 is 0.22.

The process color (four color CMYK) of #0d5062 color hex is 0.87, 0.18, 0.00, 0.62. Web safe color of #0d5062 is #006666. Color #0d5062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01010000 01100010
Octal 15 120 142
Decimal 13 80 98
Hex D 50 62

RGB Percentages of Color #0d5062

%6.81
%41.88
%51.31

CMYK Percentages of Color #0d5062

%87
%18
%0
%62

Triadic Colors of #0d5062

#0d5062 #620d50 #50620d

Analogous Colors of #0d5062

#0d5062 #0d2662 #0d624a

Monochromatic Colors of #0d5062

#0d5062

Complementary Color

#0d5062 #621f0d

#0d5062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d5062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d5062 Color CSS Codes

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

#0d5062 Text Font Color

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

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


#0d5062 Background Color

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

This div background color is #0d5062


#0d5062 Border Color

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

This div border color is #0d5062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d5062


Comments

No comments written yet.

Please login to write comment.