Color Hex Logo

#504fec Color Hex

#504FEC
(80,79,236)
0 Favorites   0 Comments

Color spaces of #504fec

RGB 8079236
HSL0.670.810.62
HSV240°67°93°
CMYK 0.660.670.00   0.07
XYZ21.244613.353680.8147
Yxy13.35360.18410.1157
Hunter Lab36.542639.8243-105.5413
CIE-Lab43.291347.8746-78.8549

#504fec color RGB value is (80,79,236).

#504fec hex color red value is 80, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #504fec hue: 0.67 , saturation: 0.81 and the lightness value of 504fec is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001111 11101100
Octal 120 117 354
Decimal 80 79 236
Hex 50 4F EC

RGB Percentages of Color #504fec

%20.25
%20.00
%59.75

CMYK Percentages of Color #504fec

%66
%67
%0
%7

Triadic Colors of #504fec

#504fec #ec504f #4fec50

Analogous Colors of #504fec

#504fec #9f4fec #4f9dec

Monochromatic Colors of #504fec

#504fec

Complementary Color

#504fec #ebec4f

#504fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#504fec Color CSS Codes

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

#504fec Text Font Color

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

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


#504fec Background Color

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

This div background color is #504fec


#504fec Border Color

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

This div border color is #504fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504fec


Comments

No comments written yet.

Please login to write comment.