Color Hex Logo

#ea54fa Color Hex

#EA54FA
(234,84,250)
0 Favorites   0 Comments

Color spaces of #ea54fa

RGB 23484250
HSL0.820.940.65
HSV294°66°98°
CMYK 0.060.660.00   0.02
XYZ54.357330.735293.5100
Yxy30.73520.30430.1721
Hunter Lab55.439377.9973-61.1974
CIE-Lab62.283577.5984-55.1346

#ea54fa color RGB value is (234,84,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 11111010
Octal 352 124 372
Decimal 234 84 250
Hex EA 54 FA

RGB Percentages of Color #ea54fa

%41.20
%14.79
%44.01

CMYK Percentages of Color #ea54fa

%6
%66
%0
%2

Triadic Colors of #ea54fa

#ea54fa #faea54 #54faea

Analogous Colors of #ea54fa

#ea54fa #fa54b7 #9754fa

Monochromatic Colors of #ea54fa

#ea54fa

Complementary Color

#ea54fa #64fa54

#ea54fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea54fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea54fa Color CSS Codes

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

#ea54fa Text Font Color

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

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


#ea54fa Background Color

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

This div background color is #ea54fa


#ea54fa Border Color

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

This div border color is #ea54fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,84,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 #ea54fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea54fa


Comments

No comments written yet.

Please login to write comment.