Color Hex Logo

#ed59fa Color Hex

#ED59FA
(237,89,250)
0 Favorites   0 Comments

Color spaces of #ed59fa

RGB 23789250
HSL0.820.940.66
HSV295°64°98°
CMYK 0.050.640.00   0.02
XYZ55.752732.051493.6905
Yxy32.05140.30720.1766
Hunter Lab56.614076.7101-58.4893
CIE-Lab63.385376.3703-53.3570

#ed59fa color RGB value is (237,89,250).

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

The process color (four color CMYK) of #ed59fa color hex is 0.05, 0.64, 0.00, 0.02. Web safe color of #ed59fa is #ff66ff. Color #ed59fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011001 11111010
Octal 355 131 372
Decimal 237 89 250
Hex ED 59 FA

RGB Percentages of Color #ed59fa

%41.15
%15.45
%43.40

CMYK Percentages of Color #ed59fa

%5
%64
%0
%2

Triadic Colors of #ed59fa

#ed59fa #faed59 #59faed

Analogous Colors of #ed59fa

#ed59fa #fa59b7 #9d59fa

Monochromatic Colors of #ed59fa

#ed59fa

Complementary Color

#ed59fa #66fa59

#ed59fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed59fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed59fa Color CSS Codes

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

#ed59fa Text Font Color

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

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


#ed59fa Background Color

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

This div background color is #ed59fa


#ed59fa Border Color

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

This div border color is #ed59fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed59fa


Comments

No comments written yet.

Please login to write comment.