Color Hex Logo

#5014ed Color Hex

#5014ED
(80,20,237)
0 Favorites   0 Comments

Color spaces of #5014ed

RGB 8020237
HSL0.710.860.50
HSV257°92°93°
CMYK 0.660.920.00   0.07
XYZ18.84458.320280.7335
Yxy8.32020.17470.0771
Hunter Lab28.844866.1371-145.7553
CIE-Lab34.641073.2735-93.7084

#5014ed color RGB value is (80,20,237).

#5014ed hex color red value is 80, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5014ed hue: 0.71 , saturation: 0.86 and the lightness value of 5014ed is 0.50.

The process color (four color CMYK) of #5014ed color hex is 0.66, 0.92, 0.00, 0.07. Web safe color of #5014ed is #6600ff. Color #5014ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 11101101
Octal 120 24 355
Decimal 80 20 237
Hex 50 14 ED

RGB Percentages of Color #5014ed

%23.74
%5.93
%70.33

CMYK Percentages of Color #5014ed

%66
%92
%0
%7

Triadic Colors of #5014ed

#5014ed #ed5014 #14ed50

Analogous Colors of #5014ed

#5014ed #bd14ed #1444ed

Monochromatic Colors of #5014ed

#5014ed

Complementary Color

#5014ed #b1ed14

#5014ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5014ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5014ed Color CSS Codes

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

#5014ed Text Font Color

<p style="color:#5014ed">Text here</p>

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


#5014ed Background Color

<div style="background-color:#5014ed">
Div content here</div>

This div background color is #5014ed


#5014ed Border Color

<div style="border:3px solid #5014ed">
Div here</div>

This div border color is #5014ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5014ed


Comments

No comments written yet.

Please login to write comment.