Color Hex Logo

#504cef Color Hex

#504CEF
(80,76,239)
0 Favorites   0 Comments

Color spaces of #504cef

RGB 8076239
HSL0.670.840.62
HSV241°68°94°
CMYK 0.670.680.00   0.06
XYZ21.472713.106483.0594
Yxy13.10640.18250.1114
Hunter Lab36.202842.5177-110.6861
CIE-Lab42.923150.5435-81.1509

#504cef color RGB value is (80,76,239).

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

The process color (four color CMYK) of #504cef color hex is 0.67, 0.68, 0.00, 0.06. Web safe color of #504cef is #6633ff. Color #504cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001100 11101111
Octal 120 114 357
Decimal 80 76 239
Hex 50 4C EF

RGB Percentages of Color #504cef

%20.25
%19.24
%60.51

CMYK Percentages of Color #504cef

%67
%68
%0
%6

Triadic Colors of #504cef

#504cef #ef504c #4cef50

Analogous Colors of #504cef

#504cef #a24cef #4c9aef

Monochromatic Colors of #504cef

#504cef

Complementary Color

#504cef #ebef4c

#504cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#504cef Color CSS Codes

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

#504cef Text Font Color

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

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


#504cef Background Color

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

This div background color is #504cef


#504cef Border Color

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

This div border color is #504cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504cef


Comments

No comments written yet.

Please login to write comment.