Color Hex Logo

#e661fe Color Hex

#E661FE
(230,97,254)
0 Favorites   0 Comments

Color spaces of #e661fe

RGB 23097254
HSL0.810.990.69
HSV291°62°100°
CMYK 0.090.620.00   0.00
XYZ54.797232.528197.1564
Yxy32.52810.29700.1763
Hunter Lab57.033471.6928-61.0771
CIE-Lab63.777072.2774-54.9992

#e661fe color RGB value is (230,97,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100001 11111110
Octal 346 141 376
Decimal 230 97 254
Hex E6 61 FE

RGB Percentages of Color #e661fe

%39.59
%16.70
%43.72

CMYK Percentages of Color #e661fe

%9
%62
%0
%0

Triadic Colors of #e661fe

#e661fe #fee661 #61fee6

Analogous Colors of #e661fe

#e661fe #fe61c8 #9861fe

Monochromatic Colors of #e661fe

#e661fe

Complementary Color

#e661fe #79fe61

#e661fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e661fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e661fe Color CSS Codes

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

#e661fe Text Font Color

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

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


#e661fe Background Color

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

This div background color is #e661fe


#e661fe Border Color

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

This div border color is #e661fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e661fe

Related Colors


Comments

No comments written yet.

Please login to write comment.