Color Hex Logo

#050db7 Color Hex

#050DB7
(5,13,183)
0 Favorites   0 Comments

Color spaces of #050db7

RGB 513183
HSL0.660.950.37
HSV237°97°72°
CMYK 0.970.930.00   0.28
XYZ8.75383.739045.0601
Yxy3.73900.15210.0650
Hunter Lab19.336546.9696-124.6288
CIE-Lab22.789158.6049-82.1638

#050db7 color RGB value is (5,13,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001101 10110111
Octal 5 15 267
Decimal 5 13 183
Hex 5 D B7

RGB Percentages of Color #050db7

%2.49
%6.47
%91.04

CMYK Percentages of Color #050db7

%97
%93
%0
%28

Triadic Colors of #050db7

#050db7 #b7050d #0db705

Analogous Colors of #050db7

#050db7 #5605b7 #0566b7

Monochromatic Colors of #050db7

#050db7

Complementary Color

#050db7 #b7af05

#050db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050db7 Color CSS Codes

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

#050db7 Text Font Color

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

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


#050db7 Background Color

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

This div background color is #050db7


#050db7 Border Color

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

This div border color is #050db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050db7


Comments

No comments written yet.

Please login to write comment.