Color Hex Logo

#050bd1 Color Hex

#050BD1
(5,11,209)
0 Favorites   0 Comments

Color spaces of #050bd1

RGB 511209
HSL0.660.950.42
HSV238°98°82°
CMYK 0.980.950.00   0.18
XYZ11.69094.875160.6464
Yxy4.87510.15140.0631
Hunter Lab22.079655.8743-147.3969
CIE-Lab26.375966.0055-91.4933

#050bd1 color RGB value is (5,11,209).

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

The process color (four color CMYK) of #050bd1 color hex is 0.98, 0.95, 0.00, 0.18. Web safe color of #050bd1 is #0000cc. Color #050bd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001011 11010001
Octal 5 13 321
Decimal 5 11 209
Hex 5 B D1

RGB Percentages of Color #050bd1

%2.22
%4.89
%92.89

CMYK Percentages of Color #050bd1

%98
%95
%0
%18

Triadic Colors of #050bd1

#050bd1 #d1050b #0bd105

Analogous Colors of #050bd1

#050bd1 #6505d1 #0571d1

Monochromatic Colors of #050bd1

#050bd1

Complementary Color

#050bd1 #d1cb05

#050bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050bd1 Color CSS Codes

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

#050bd1 Text Font Color

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

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


#050bd1 Background Color

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

This div background color is #050bd1


#050bd1 Border Color

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

This div border color is #050bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050bd1


Comments

No comments written yet.

Please login to write comment.