Color Hex Logo

#0d17ce Color Hex

#0D17CE
(13,23,206)
0 Favorites   0 Comments

Color spaces of #0d17ce

RGB 1323206
HSL0.660.880.43
HSV237°94°81°
CMYK 0.940.890.00   0.19
XYZ11.61305.154658.7754
Yxy5.15460.15370.0682
Hunter Lab22.703751.5715-137.5972
CIE-Lab27.170862.0260-88.4129

#0d17ce color RGB value is (13,23,206).

#0d17ce hex color red value is 13, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0d17ce hue: 0.66 , saturation: 0.88 and the lightness value of 0d17ce is 0.43.

The process color (four color CMYK) of #0d17ce color hex is 0.94, 0.89, 0.00, 0.19. Web safe color of #0d17ce is #0000cc. Color #0d17ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010111 11001110
Octal 15 27 316
Decimal 13 23 206
Hex D 17 CE

RGB Percentages of Color #0d17ce

%5.37
%9.50
%85.12

CMYK Percentages of Color #0d17ce

%94
%89
%0
%19

Triadic Colors of #0d17ce

#0d17ce #ce0d17 #17ce0d

Analogous Colors of #0d17ce

#0d17ce #640dce #0d78ce

Monochromatic Colors of #0d17ce

#0d17ce

Complementary Color

#0d17ce #cec40d

#0d17ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d17ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d17ce Color CSS Codes

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

#0d17ce Text Font Color

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

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


#0d17ce Background Color

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

This div background color is #0d17ce


#0d17ce Border Color

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

This div border color is #0d17ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d17ce


Comments

No comments written yet.

Please login to write comment.