Color Hex Logo

#e661ff Color Hex

#E661FF
(230,97,255)
0 Favorites   0 Comments

Color spaces of #e661ff

RGB 23097255
HSL0.811.000.69
HSV291°62°100°
CMYK 0.100.620.00   0.00
XYZ54.957832.592498.0021
Yxy32.59240.29620.1757
Hunter Lab57.089871.9270-61.8163
CIE-Lab63.829572.4572-55.4657

#e661ff color RGB value is (230,97,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100001 11111111
Octal 346 141 377
Decimal 230 97 255
Hex E6 61 FF

RGB Percentages of Color #e661ff

%39.52
%16.67
%43.81

CMYK Percentages of Color #e661ff

%10
%62
%0
%0

Triadic Colors of #e661ff

#e661ff #ffe661 #61ffe6

Analogous Colors of #e661ff

#e661ff #ff61c9 #9761ff

Monochromatic Colors of #e661ff

#e661ff

Complementary Color

#e661ff #7aff61

#e661ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e661ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e661ff Color CSS Codes

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

#e661ff Text Font Color

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

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


#e661ff Background Color

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

This div background color is #e661ff


#e661ff Border Color

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

This div border color is #e661ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,97,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e661ff

#e661ff Color Palettes


Comments

No comments written yet.

Please login to write comment.