Color Hex Logo

#0d3bfa Color Hex

#0D3BFA
(13,59,250)
0 Favorites   0 Comments

Color spaces of #0d3bfa

RGB 1359250
HSL0.630.960.52
HSV228°95°98°
CMYK 0.950.760.00   0.02
XYZ18.985310.115691.3944
Yxy10.11560.15760.0840
Hunter Lab31.805050.8928-148.1112
CIE-Lab38.049159.3079-95.4733

#0d3bfa color RGB value is (13,59,250).

#0d3bfa hex color red value is 13, green value is 59 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0d3bfa hue: 0.63 , saturation: 0.96 and the lightness value of 0d3bfa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00111011 11111010
Octal 15 73 372
Decimal 13 59 250
Hex D 3B FA

RGB Percentages of Color #0d3bfa

%4.04
%18.32
%77.64

CMYK Percentages of Color #0d3bfa

%95
%76
%0
%2

Triadic Colors of #0d3bfa

#0d3bfa #fa0d3b #3bfa0d

Analogous Colors of #0d3bfa

#0d3bfa #560dfa #0db2fa

Monochromatic Colors of #0d3bfa

#0d3bfa

Complementary Color

#0d3bfa #facc0d

#0d3bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d3bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d3bfa Color CSS Codes

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

#0d3bfa Text Font Color

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

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


#0d3bfa Background Color

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

This div background color is #0d3bfa


#0d3bfa Border Color

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

This div border color is #0d3bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d3bfa


Comments

No comments written yet.

Please login to write comment.