Color Hex Logo

#504cec Color Hex

#504CEC
(80,76,236)
0 Favorites   0 Comments

Color spaces of #504cec

RGB 8076236
HSL0.670.810.61
HSV242°68°93°
CMYK 0.660.680.00   0.07
XYZ21.033012.930580.7442
Yxy12.93050.18340.1127
Hunter Lab35.959041.4793-107.9615
CIE-Lab42.658349.5919-79.8935

#504cec color RGB value is (80,76,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001100 11101100
Octal 120 114 354
Decimal 80 76 236
Hex 50 4C EC

RGB Percentages of Color #504cec

%20.41
%19.39
%60.20

CMYK Percentages of Color #504cec

%66
%68
%0
%7

Triadic Colors of #504cec

#504cec #ec504c #4cec50

Analogous Colors of #504cec

#504cec #a04cec #4c98ec

Monochromatic Colors of #504cec

#504cec

Complementary Color

#504cec #e8ec4c

#504cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#504cec Color CSS Codes

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

#504cec Text Font Color

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

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


#504cec Background Color

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

This div background color is #504cec


#504cec Border Color

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

This div border color is #504cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504cec


Comments

No comments written yet.

Please login to write comment.