Color Hex Logo

#0d31ca Color Hex

#0D31CA
(13,49,202)
0 Favorites   0 Comments

Color spaces of #0d31ca

RGB 1349202
HSL0.630.880.42
HSV229°94°79°
CMYK 0.940.760.00   0.21
XYZ11.92506.546556.5122
Yxy6.54650.15900.0873
Hunter Lab25.586138.4183-113.0438
CIE-Lab30.751448.7946-80.1219

#0d31ca color RGB value is (13,49,202).

#0d31ca hex color red value is 13, green value is 49 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0d31ca hue: 0.63 , saturation: 0.88 and the lightness value of 0d31ca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00110001 11001010
Octal 15 61 312
Decimal 13 49 202
Hex D 31 CA

RGB Percentages of Color #0d31ca

%4.92
%18.56
%76.52

CMYK Percentages of Color #0d31ca

%94
%76
%0
%21

Triadic Colors of #0d31ca

#0d31ca #ca0d31 #31ca0d

Analogous Colors of #0d31ca

#0d31ca #470dca #0d90ca

Monochromatic Colors of #0d31ca

#0d31ca

Complementary Color

#0d31ca #caa60d

#0d31ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d31ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d31ca Color CSS Codes

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

#0d31ca Text Font Color

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

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


#0d31ca Background Color

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

This div background color is #0d31ca


#0d31ca Border Color

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

This div border color is #0d31ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d31ca


Comments

No comments written yet.

Please login to write comment.