Color Hex Logo

#0d39ec Color Hex

#0D39EC
(13,57,236)
0 Favorites   0 Comments

Color spaces of #0d39ec

RGB 1357236
HSL0.630.900.49
HSV228°94°93°
CMYK 0.940.760.00   0.07
XYZ16.76949.067980.2233
Yxy9.06790.15810.0855
Hunter Lab30.113046.7060-136.8742
CIE-Lab36.114755.8011-90.7855

#0d39ec color RGB value is (13,57,236).

#0d39ec hex color red value is 13, green value is 57 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0d39ec hue: 0.63 , saturation: 0.90 and the lightness value of 0d39ec is 0.49.

The process color (four color CMYK) of #0d39ec color hex is 0.94, 0.76, 0.00, 0.07. Web safe color of #0d39ec is #0033ff. Color #0d39ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00111001 11101100
Octal 15 71 354
Decimal 13 57 236
Hex D 39 EC

RGB Percentages of Color #0d39ec

%4.25
%18.63
%77.12

CMYK Percentages of Color #0d39ec

%94
%76
%0
%7

Triadic Colors of #0d39ec

#0d39ec #ec0d39 #39ec0d

Analogous Colors of #0d39ec

#0d39ec #510dec #0da9ec

Monochromatic Colors of #0d39ec

#0d39ec

Complementary Color

#0d39ec #ecc00d

#0d39ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d39ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d39ec Color CSS Codes

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

#0d39ec Text Font Color

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

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


#0d39ec Background Color

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

This div background color is #0d39ec


#0d39ec Border Color

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

This div border color is #0d39ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d39ec


Comments

No comments written yet.

Please login to write comment.