Color Hex Logo

#e050ea Color Hex

#E050EA
(224,80,234)
0 Favorites   0 Comments

Color spaces of #e050ea

RGB 22480234
HSL0.820.790.62
HSV296°66°92°
CMYK 0.040.660.00   0.08
XYZ48.460427.525180.6006
Yxy27.52510.30950.1758
Hunter Lab52.464473.0646-54.3617
CIE-Lab59.457274.1945-50.8225

#e050ea color RGB value is (224,80,234).

#e050ea hex color red value is 224, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e050ea hue: 0.82 , saturation: 0.79 and the lightness value of e050ea is 0.62.

The process color (four color CMYK) of #e050ea color hex is 0.04, 0.66, 0.00, 0.08. Web safe color of #e050ea is #cc66ff. Color #e050ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010000 11101010
Octal 340 120 352
Decimal 224 80 234
Hex E0 50 EA

RGB Percentages of Color #e050ea

%41.64
%14.87
%43.49

CMYK Percentages of Color #e050ea

%4
%66
%0
%8

Triadic Colors of #e050ea

#e050ea #eae050 #50eae0

Analogous Colors of #e050ea

#e050ea #ea50a7 #9350ea

Monochromatic Colors of #e050ea

#e050ea

Complementary Color

#e050ea #5aea50

#e050ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e050ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e050ea Color CSS Codes

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

#e050ea Text Font Color

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

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


#e050ea Background Color

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

This div background color is #e050ea


#e050ea Border Color

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

This div border color is #e050ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,80,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e050ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e050ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e050ea;
  box-shadow:         1px 1px 3px 2px #e050ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e050ea


Comments

No comments written yet.

Please login to write comment.