Color Hex Logo

#ea50fa Color Hex

#EA50FA
(234,80,250)
0 Favorites   0 Comments

Color spaces of #ea50fa

RGB 23480250
HSL0.820.940.65
HSV294°68°98°
CMYK 0.060.680.00   0.02
XYZ54.055730.131993.4095
Yxy30.13190.30440.1697
Hunter Lab54.892579.7169-62.4678
CIE-Lab61.767979.0518-55.9554

#ea50fa color RGB value is (234,80,250).

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

The process color (four color CMYK) of #ea50fa color hex is 0.06, 0.68, 0.00, 0.02. Web safe color of #ea50fa is #ff66ff. Color #ea50fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010000 11111010
Octal 352 120 372
Decimal 234 80 250
Hex EA 50 FA

RGB Percentages of Color #ea50fa

%41.49
%14.18
%44.33

CMYK Percentages of Color #ea50fa

%6
%68
%0
%2

Triadic Colors of #ea50fa

#ea50fa #faea50 #50faea

Analogous Colors of #ea50fa

#ea50fa #fa50b5 #9550fa

Monochromatic Colors of #ea50fa

#ea50fa

Complementary Color

#ea50fa #60fa50

#ea50fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea50fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea50fa Color CSS Codes

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

#ea50fa Text Font Color

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

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


#ea50fa Background Color

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

This div background color is #ea50fa


#ea50fa Border Color

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

This div border color is #ea50fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea50fa


Comments

No comments written yet.

Please login to write comment.