Color Hex Logo

#ea59ff Color Hex

#EA59FF
(234,89,255)
0 Favorites   0 Comments

Color spaces of #ea59ff

RGB 23489255
HSL0.811.000.67
HSV292°65°100°
CMYK 0.080.650.00   0.00
XYZ55.554131.857297.8288
Yxy31.85720.29990.1720
Hunter Lab56.442276.9176-63.2553
CIE-Lab63.224776.5653-56.3946

#ea59ff color RGB value is (234,89,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011001 11111111
Octal 352 131 377
Decimal 234 89 255
Hex EA 59 FF

RGB Percentages of Color #ea59ff

%40.48
%15.40
%44.12

CMYK Percentages of Color #ea59ff

%8
%65
%0
%0

Triadic Colors of #ea59ff

#ea59ff #ffea59 #59ffea

Analogous Colors of #ea59ff

#ea59ff #ff59c1 #9759ff

Monochromatic Colors of #ea59ff

#ea59ff

Complementary Color

#ea59ff #6eff59

#ea59ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea59ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea59ff Color CSS Codes

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

#ea59ff Text Font Color

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

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


#ea59ff Background Color

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

This div background color is #ea59ff


#ea59ff Border Color

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

This div border color is #ea59ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea59ff

Related Colors

#ea59ff Color Palettes


Comments

No comments written yet.

Please login to write comment.