Color Hex Logo

#504eeb Color Hex

#504EEB
(80,78,235)
0 Favorites   0 Comments

Color spaces of #504eeb

RGB 8078235
HSL0.670.800.61
HSV241°67°92°
CMYK 0.660.670.00   0.08
XYZ21.028113.152480.0276
Yxy13.15240.18410.1152
Hunter Lab36.266240.0330-105.4471
CIE-Lab42.992048.1303-78.7811

#504eeb color RGB value is (80,78,235).

#504eeb hex color red value is 80, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #504eeb hue: 0.67 , saturation: 0.80 and the lightness value of 504eeb is 0.61.

The process color (four color CMYK) of #504eeb color hex is 0.66, 0.67, 0.00, 0.08. Web safe color of #504eeb is #6666ff. Color #504eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001110 11101011
Octal 120 116 353
Decimal 80 78 235
Hex 50 4E EB

RGB Percentages of Color #504eeb

%20.36
%19.85
%59.80

CMYK Percentages of Color #504eeb

%66
%67
%0
%8

Triadic Colors of #504eeb

#504eeb #eb504e #4eeb50

Analogous Colors of #504eeb

#504eeb #9f4eeb #4e9beb

Monochromatic Colors of #504eeb

#504eeb

Complementary Color

#504eeb #e9eb4e

#504eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#504eeb Color CSS Codes

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

#504eeb Text Font Color

<p style="color:#504eeb">Text here</p>

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


#504eeb Background Color

<div style="background-color:#504eeb">
Div content here</div>

This div background color is #504eeb


#504eeb Border Color

<div style="border:3px solid #504eeb">
Div here</div>

This div border color is #504eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,78,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #504eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #504eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #504eeb;
  box-shadow:         1px 1px 3px 2px #504eeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504eeb


Comments

No comments written yet.

Please login to write comment.