Color Hex Logo

#0d3ada Color Hex

#0D3ADA
(13,58,218)
0 Favorites   0 Comments

Color spaces of #0d3ada

RGB 1358218
HSL0.630.890.45
HSV227°94°85°
CMYK 0.940.730.00   0.15
XYZ14.33398.173667.1519
Yxy8.17360.15990.0912
Hunter Lab28.589539.4628-119.2495
CIE-Lab34.341849.1504-83.4442

#0d3ada color RGB value is (13,58,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00111010 11011010
Octal 15 72 332
Decimal 13 58 218
Hex D 3A DA

RGB Percentages of Color #0d3ada

%4.50
%20.07
%75.43

CMYK Percentages of Color #0d3ada

%94
%73
%0
%15

Triadic Colors of #0d3ada

#0d3ada #da0d3a #3ada0d

Analogous Colors of #0d3ada

#0d3ada #470dda #0da1da

Monochromatic Colors of #0d3ada

#0d3ada

Complementary Color

#0d3ada #daad0d

#0d3ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d3ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d3ada Color CSS Codes

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

#0d3ada Text Font Color

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

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


#0d3ada Background Color

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

This div background color is #0d3ada


#0d3ada Border Color

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

This div border color is #0d3ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d3ada


Comments

No comments written yet.

Please login to write comment.