Color Hex Logo

#505ebe Color Hex

#505EBE
(80,94,190)
0 Favorites   0 Comments

Color spaces of #505ebe

RGB 8094190
HSL0.650.460.53
HSV232°58°75°
CMYK 0.580.510.00   0.25
XYZ16.605213.428650.4320
Yxy13.42860.20640.1669
Hunter Lab36.645116.7560-55.9451
CIE-Lab43.402123.4717-52.3260

#505ebe color RGB value is (80,94,190).

#505ebe hex color red value is 80, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #505ebe hue: 0.65 , saturation: 0.46 and the lightness value of 505ebe is 0.53.

The process color (four color CMYK) of #505ebe color hex is 0.58, 0.51, 0.00, 0.25. Web safe color of #505ebe is #6666cc. Color #505ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 10111110
Octal 120 136 276
Decimal 80 94 190
Hex 50 5E BE

RGB Percentages of Color #505ebe

%21.98
%25.82
%52.20

CMYK Percentages of Color #505ebe

%58
%51
%0
%25

Triadic Colors of #505ebe

#505ebe #be505e #5ebe50

Analogous Colors of #505ebe

#505ebe #7950be #5095be

Monochromatic Colors of #505ebe

#505ebe

Complementary Color

#505ebe #beb050

#505ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#505ebe Color CSS Codes

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

#505ebe Text Font Color

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

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


#505ebe Background Color

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

This div background color is #505ebe


#505ebe Border Color

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

This div border color is #505ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,94,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 #505ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505ebe


Comments

No comments written yet.

Please login to write comment.