Color Hex Logo

#050dbe Color Hex

#050DBE
(5,13,190)
0 Favorites   0 Comments

Color spaces of #050dbe

RGB 513190
HSL0.660.950.38
HSV237°97°75°
CMYK 0.970.930.00   0.25
XYZ9.50084.037848.9938
Yxy4.03780.15190.0646
Hunter Lab20.094349.2318-130.4947
CIE-Lab23.796060.5131-84.6444

#050dbe color RGB value is (5,13,190).

#050dbe hex color red value is 5, green value is 13 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #050dbe hue: 0.66 , saturation: 0.95 and the lightness value of 050dbe is 0.38.

The process color (four color CMYK) of #050dbe color hex is 0.97, 0.93, 0.00, 0.25. Web safe color of #050dbe is #0000cc. Color #050dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001101 10111110
Octal 5 15 276
Decimal 5 13 190
Hex 5 D BE

RGB Percentages of Color #050dbe

%2.40
%6.25
%91.35

CMYK Percentages of Color #050dbe

%97
%93
%0
%25

Triadic Colors of #050dbe

#050dbe #be050d #0dbe05

Analogous Colors of #050dbe

#050dbe #5905be #056abe

Monochromatic Colors of #050dbe

#050dbe

Complementary Color

#050dbe #beb605

#050dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#050dbe Color CSS Codes

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

#050dbe Text Font Color

<p style="color:#050dbe">Text here</p>

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


#050dbe Background Color

<div style="background-color:#050dbe">
Div content here</div>

This div background color is #050dbe


#050dbe Border Color

<div style="border:3px solid #050dbe">
Div here</div>

This div border color is #050dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,13,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #050dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #050dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #050dbe;
  box-shadow:         1px 1px 3px 2px #050dbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050dbe


Comments

No comments written yet.

Please login to write comment.