Color Hex Logo

#ea59fb Color Hex

#EA59FB
(234,89,251)
0 Favorites   0 Comments

Color spaces of #ea59fb

RGB 23489251
HSL0.820.950.67
HSV294°65°98°
CMYK 0.070.650.00   0.02
XYZ54.916631.602294.4722
Yxy31.60220.30340.1746
Hunter Lab56.215875.9969-60.2873
CIE-Lab63.012775.8736-54.5270

#ea59fb color RGB value is (234,89,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011001 11111011
Octal 352 131 373
Decimal 234 89 251
Hex EA 59 FB

RGB Percentages of Color #ea59fb

%40.77
%15.51
%43.73

CMYK Percentages of Color #ea59fb

%7
%65
%0
%2

Triadic Colors of #ea59fb

#ea59fb #fbea59 #59fbea

Analogous Colors of #ea59fb

#ea59fb #fb59bb #9959fb

Monochromatic Colors of #ea59fb

#ea59fb

Complementary Color

#ea59fb #6afb59

#ea59fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea59fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea59fb Color CSS Codes

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

#ea59fb Text Font Color

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

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


#ea59fb Background Color

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

This div background color is #ea59fb


#ea59fb Border Color

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

This div border color is #ea59fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea59fb


Comments

No comments written yet.

Please login to write comment.