Color Hex Logo

#e559fa Color Hex

#E559FA
(229,89,250)
0 Favorites   0 Comments

Color spaces of #e559fa

RGB 22989250
HSL0.810.940.66
HSV292°64°98°
CMYK 0.080.640.00   0.02
XYZ53.140830.704993.5683
Yxy30.70490.29950.1731
Hunter Lab55.412074.2127-61.3283
CIE-Lab62.257774.5899-55.2185

#e559fa color RGB value is (229,89,250).

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

The process color (four color CMYK) of #e559fa color hex is 0.08, 0.64, 0.00, 0.02. Web safe color of #e559fa is #cc66ff. Color #e559fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011001 11111010
Octal 345 131 372
Decimal 229 89 250
Hex E5 59 FA

RGB Percentages of Color #e559fa

%40.32
%15.67
%44.01

CMYK Percentages of Color #e559fa

%8
%64
%0
%2

Triadic Colors of #e559fa

#e559fa #fae559 #59fae5

Analogous Colors of #e559fa

#e559fa #fa59bf #9559fa

Monochromatic Colors of #e559fa

#e559fa

Complementary Color

#e559fa #6efa59

#e559fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e559fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e559fa Color CSS Codes

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

#e559fa Text Font Color

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

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


#e559fa Background Color

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

This div background color is #e559fa


#e559fa Border Color

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

This div border color is #e559fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e559fa

Related Colors


Comments

No comments written yet.

Please login to write comment.