Color Hex Logo

#505ebb Color Hex

#505EBB
(80,94,187)
0 Favorites   0 Comments

Color spaces of #505ebb

RGB 8094187
HSL0.640.440.52
HSV232°57°73°
CMYK 0.570.500.00   0.27
XYZ16.280613.298748.7225
Yxy13.29870.20790.1698
Hunter Lab36.467415.8721-53.6876
CIE-Lab43.209922.4666-50.8887

#505ebb color RGB value is (80,94,187).

#505ebb hex color red value is 80, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #505ebb hue: 0.64 , saturation: 0.44 and the lightness value of 505ebb is 0.52.

The process color (four color CMYK) of #505ebb color hex is 0.57, 0.50, 0.00, 0.27. Web safe color of #505ebb is #6666cc. Color #505ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 10111011
Octal 120 136 273
Decimal 80 94 187
Hex 50 5E BB

RGB Percentages of Color #505ebb

%22.16
%26.04
%51.80

CMYK Percentages of Color #505ebb

%57
%50
%0
%27

Triadic Colors of #505ebb

#505ebb #bb505e #5ebb50

Analogous Colors of #505ebb

#505ebb #7850bb #5094bb

Monochromatic Colors of #505ebb

#505ebb

Complementary Color

#505ebb #bbad50

#505ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#505ebb Color CSS Codes

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

#505ebb Text Font Color

<p style="color:#505ebb">Text here</p>

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


#505ebb Background Color

<div style="background-color:#505ebb">
Div content here</div>

This div background color is #505ebb


#505ebb Border Color

<div style="border:3px solid #505ebb">
Div here</div>

This div border color is #505ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,94,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #505ebb;
  box-shadow:         1px 1px 3px 2px #505ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,94,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505ebb


Comments

No comments written yet.

Please login to write comment.