Color Hex Logo

#0d6efa Color Hex

#0D6EFA
(13,110,250)
0 Favorites   0 Comments

Color spaces of #0d6efa

RGB 13110250
HSL0.600.960.52
HSV215°95°98°
CMYK 0.950.560.00   0.02
XYZ22.997218.139692.7317
Yxy18.13960.17180.1355
Hunter Lab42.590621.8492-99.2775
CIE-Lab49.665028.5264-76.3617

#0d6efa color RGB value is (13,110,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 01101110 11111010
Octal 15 156 372
Decimal 13 110 250
Hex D 6E FA

RGB Percentages of Color #0d6efa

%3.49
%29.49
%67.02

CMYK Percentages of Color #0d6efa

%95
%56
%0
%2

Triadic Colors of #0d6efa

#0d6efa #fa0d6e #6efa0d

Analogous Colors of #0d6efa

#0d6efa #220dfa #0de5fa

Monochromatic Colors of #0d6efa

#0d6efa

Complementary Color

#0d6efa #fa990d

#0d6efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d6efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d6efa Color CSS Codes

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

#0d6efa Text Font Color

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

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


#0d6efa Background Color

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

This div background color is #0d6efa


#0d6efa Border Color

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

This div border color is #0d6efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,110,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 #0d6efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d6efa

Related Colors


Comments

No comments written yet.

Please login to write comment.