Color Hex Logo

#e659fe Color Hex

#E659FE
(230,89,254)
0 Favorites   0 Comments

Color spaces of #e659fe

RGB 23089254
HSL0.810.990.67
HSV291°65°100°
CMYK 0.090.650.00   0.00
XYZ54.094931.123596.9223
Yxy31.12350.29700.1709
Hunter Lab55.788475.4516-63.9537
CIE-Lab62.611875.5145-56.8534

#e659fe color RGB value is (230,89,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011001 11111110
Octal 346 131 376
Decimal 230 89 254
Hex E6 59 FE

RGB Percentages of Color #e659fe

%40.14
%15.53
%44.33

CMYK Percentages of Color #e659fe

%9
%65
%0
%0

Triadic Colors of #e659fe

#e659fe #fee659 #59fee6

Analogous Colors of #e659fe

#e659fe #fe59c4 #9459fe

Monochromatic Colors of #e659fe

#e659fe

Complementary Color

#e659fe #71fe59

#e659fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e659fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e659fe Color CSS Codes

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

#e659fe Text Font Color

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

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


#e659fe Background Color

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

This div background color is #e659fe


#e659fe Border Color

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

This div border color is #e659fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e659fe


Comments

No comments written yet.

Please login to write comment.