Color Hex Logo

#ea59fe Color Hex

#EA59FE
(234,89,254)
0 Favorites   0 Comments

Color spaces of #ea59fe

RGB 23489254
HSL0.810.990.67
HSV293°65°100°
CMYK 0.080.650.00   0.00
XYZ55.393531.792996.9830
Yxy31.79290.30080.1726
Hunter Lab56.385276.6865-62.5097
CIE-Lab63.171376.3919-55.9287

#ea59fe color RGB value is (234,89,254).

#ea59fe hex color red value is 234, green value is 89 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ea59fe hue: 0.81 , saturation: 0.99 and the lightness value of ea59fe is 0.67.

The process color (four color CMYK) of #ea59fe color hex is 0.08, 0.65, 0.00, 0.00. Web safe color of #ea59fe is #ff66ff. Color #ea59fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011001 11111110
Octal 352 131 376
Decimal 234 89 254
Hex EA 59 FE

RGB Percentages of Color #ea59fe

%40.55
%15.42
%44.02

CMYK Percentages of Color #ea59fe

%8
%65
%0
%0

Triadic Colors of #ea59fe

#ea59fe #feea59 #59feea

Analogous Colors of #ea59fe

#ea59fe #fe59c0 #9859fe

Monochromatic Colors of #ea59fe

#ea59fe

Complementary Color

#ea59fe #6dfe59

#ea59fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea59fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea59fe Color CSS Codes

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

#ea59fe Text Font Color

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

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


#ea59fe Background Color

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

This div background color is #ea59fe


#ea59fe Border Color

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

This div border color is #ea59fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea59fe

Related Colors


Comments

No comments written yet.

Please login to write comment.