Color Hex Logo

#505ebc Color Hex

#505EBC
(80,94,188)
0 Favorites   0 Comments

Color spaces of #505ebc

RGB 8094188
HSL0.650.450.53
HSV232°57°74°
CMYK 0.570.500.00   0.26
XYZ16.388113.341749.2884
Yxy13.34170.20740.1688
Hunter Lab36.526316.1658-54.4372
CIE-Lab43.273722.8017-51.3688

#505ebc color RGB value is (80,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 10111100
Octal 120 136 274
Decimal 80 94 188
Hex 50 5E BC

RGB Percentages of Color #505ebc

%22.10
%25.97
%51.93

CMYK Percentages of Color #505ebc

%57
%50
%0
%26

Triadic Colors of #505ebc

#505ebc #bc505e #5ebc50

Analogous Colors of #505ebc

#505ebc #7850bc #5094bc

Monochromatic Colors of #505ebc

#505ebc

Complementary Color

#505ebc #bcae50

#505ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#505ebc Color CSS Codes

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

#505ebc Text Font Color

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

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


#505ebc Background Color

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

This div background color is #505ebc


#505ebc Border Color

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

This div border color is #505ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505ebc


Comments

No comments written yet.

Please login to write comment.