Color Hex Logo

#504ced Color Hex

#504CED
(80,76,237)
0 Favorites   0 Comments

Color spaces of #504ced

RGB 8076237
HSL0.670.820.61
HSV241°68°93°
CMYK 0.660.680.00   0.07
XYZ21.178812.988881.5116
Yxy12.98880.18310.1123
Hunter Lab36.040041.8251-108.8682
CIE-Lab42.746449.9097-80.3134

#504ced color RGB value is (80,76,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001100 11101101
Octal 120 114 355
Decimal 80 76 237
Hex 50 4C ED

RGB Percentages of Color #504ced

%20.36
%19.34
%60.31

CMYK Percentages of Color #504ced

%66
%68
%0
%7

Triadic Colors of #504ced

#504ced #ed504c #4ced50

Analogous Colors of #504ced

#504ced #a14ced #4c99ed

Monochromatic Colors of #504ced

#504ced

Complementary Color

#504ced #e9ed4c

#504ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#504ced Color CSS Codes

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

#504ced Text Font Color

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

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


#504ced Background Color

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

This div background color is #504ced


#504ced Border Color

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

This div border color is #504ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504ced


Comments

No comments written yet.

Please login to write comment.