Color Hex Logo

#0d085d Color Hex

#0D085D
(13,8,93)
0 Favorites   0 Comments

Color spaces of #0d085d

RGB 13893
HSL0.680.840.20
HSV244°91°36°
CMYK 0.860.910.00   0.64
XYZ2.22861.049510.4410
Yxy1.04950.16240.0765
Hunter Lab10.244520.9032-53.2560
CIE-Lab9.397233.6387-47.7545

#0d085d color RGB value is (13,8,93).

#0d085d hex color red value is 13, green value is 8 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #0d085d hue: 0.68 , saturation: 0.84 and the lightness value of 0d085d is 0.20.

The process color (four color CMYK) of #0d085d color hex is 0.86, 0.91, 0.00, 0.64. Web safe color of #0d085d is #000066. Color #0d085d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00001000 01011101
Octal 15 10 135
Decimal 13 8 93
Hex D 8 5D

RGB Percentages of Color #0d085d

%11.40
%7.02
%81.58

CMYK Percentages of Color #0d085d

%86
%91
%0
%64

Triadic Colors of #0d085d

#0d085d #5d0d08 #085d0d

Analogous Colors of #0d085d

#0d085d #37085d #082e5d

Monochromatic Colors of #0d085d

#0d085d

Complementary Color

#0d085d #585d08

#0d085d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d085d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d085d Color CSS Codes

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

#0d085d Text Font Color

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

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


#0d085d Background Color

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

This div background color is #0d085d


#0d085d Border Color

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

This div border color is #0d085d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d085d


Comments

No comments written yet.

Please login to write comment.