Color Hex Logo

#050bea Color Hex

#050BEA
(5,11,234)
0 Favorites   0 Comments

Color spaces of #050bea

RGB 511234
HSL0.660.960.47
HSV238°98°92°
CMYK 0.980.950.00   0.08
XYZ15.03356.212178.2486
Yxy6.21210.15110.0624
Hunter Lab24.924164.0490-168.6928
CIE-Lab29.941472.3792-99.9347

#050bea color RGB value is (5,11,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001011 11101010
Octal 5 13 352
Decimal 5 11 234
Hex 5 B EA

RGB Percentages of Color #050bea

%2.00
%4.40
%93.60

CMYK Percentages of Color #050bea

%98
%95
%0
%8

Triadic Colors of #050bea

#050bea #ea050b #0bea05

Analogous Colors of #050bea

#050bea #7205ea #057eea

Monochromatic Colors of #050bea

#050bea

Complementary Color

#050bea #eae405

#050bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#050bea Color CSS Codes

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

#050bea Text Font Color

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

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


#050bea Background Color

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

This div background color is #050bea


#050bea Border Color

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

This div border color is #050bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050bea


Comments

No comments written yet.

Please login to write comment.