Color Hex Logo

#e260ff Color Hex

#E260FF
(226,96,255)
0 Favorites   0 Comments

Color spaces of #e260ff

RGB 22696255
HSL0.801.000.69
HSV289°62°100°
CMYK 0.110.620.00   0.00
XYZ53.596931.754597.9121
Yxy31.75450.29250.1733
Hunter Lab56.351171.1611-63.5727
CIE-Lab63.139571.9644-56.5963

#e260ff color RGB value is (226,96,255).

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

The process color (four color CMYK) of #e260ff color hex is 0.11, 0.62, 0.00, 0.00. Web safe color of #e260ff is #cc66ff. Color #e260ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 11111111
Octal 342 140 377
Decimal 226 96 255
Hex E2 60 FF

RGB Percentages of Color #e260ff

%39.17
%16.64
%44.19

CMYK Percentages of Color #e260ff

%11
%62
%0
%0

Triadic Colors of #e260ff

#e260ff #ffe260 #60ffe2

Analogous Colors of #e260ff

#e260ff #ff60cd #9360ff

Monochromatic Colors of #e260ff

#e260ff

Complementary Color

#e260ff #7dff60

#e260ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e260ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e260ff Color CSS Codes

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

#e260ff Text Font Color

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

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


#e260ff Background Color

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

This div background color is #e260ff


#e260ff Border Color

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

This div border color is #e260ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e260ff

Related Colors


Comments

No comments written yet.

Please login to write comment.