Color Hex Logo

#0d3fdd Color Hex

#0D3FDD
(13,63,221)
0 Favorites   0 Comments

Color spaces of #0d3fdd

RGB 1363221
HSL0.630.890.46
HSV226°94°87°
CMYK 0.940.710.00   0.13
XYZ14.99468.861069.3267
Yxy8.86100.16090.0951
Hunter Lab29.767437.8219-117.2459
CIE-Lab35.715347.2583-82.8945

#0d3fdd color RGB value is (13,63,221).

#0d3fdd hex color red value is 13, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0d3fdd hue: 0.63 , saturation: 0.89 and the lightness value of 0d3fdd is 0.46.

The process color (four color CMYK) of #0d3fdd color hex is 0.94, 0.71, 0.00, 0.13. Web safe color of #0d3fdd is #0033cc. Color #0d3fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00111111 11011101
Octal 15 77 335
Decimal 13 63 221
Hex D 3F DD

RGB Percentages of Color #0d3fdd

%4.38
%21.21
%74.41

CMYK Percentages of Color #0d3fdd

%94
%71
%0
%13

Triadic Colors of #0d3fdd

#0d3fdd #dd0d3f #3fdd0d

Analogous Colors of #0d3fdd

#0d3fdd #430ddd #0da7dd

Monochromatic Colors of #0d3fdd

#0d3fdd

Complementary Color

#0d3fdd #ddab0d

#0d3fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d3fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d3fdd Color CSS Codes

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

#0d3fdd Text Font Color

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

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


#0d3fdd Background Color

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

This div background color is #0d3fdd


#0d3fdd Border Color

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

This div border color is #0d3fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d3fdd


Comments

No comments written yet.

Please login to write comment.