Color Hex Logo

#e260ee Color Hex

#E260EE
(226,96,238)
0 Favorites   0 Comments

Color spaces of #e260ee

RGB 22696238
HSL0.820.810.65
HSV295°60°93°
CMYK 0.050.600.00   0.07
XYZ50.979530.707584.1292
Yxy30.70750.30740.1852
Hunter Lab55.414367.2394-51.2231
CIE-Lab62.259968.9187-48.5928

#e260ee color RGB value is (226,96,238).

#e260ee hex color red value is 226, green value is 96 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e260ee hue: 0.82 , saturation: 0.81 and the lightness value of e260ee is 0.65.

The process color (four color CMYK) of #e260ee color hex is 0.05, 0.60, 0.00, 0.07. Web safe color of #e260ee is #cc66ff. Color #e260ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 11101110
Octal 342 140 356
Decimal 226 96 238
Hex E2 60 EE

RGB Percentages of Color #e260ee

%40.36
%17.14
%42.50

CMYK Percentages of Color #e260ee

%5
%60
%0
%7

Triadic Colors of #e260ee

#e260ee #eee260 #60eee2

Analogous Colors of #e260ee

#e260ee #ee60b3 #9b60ee

Monochromatic Colors of #e260ee

#e260ee

Complementary Color

#e260ee #6cee60

#e260ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e260ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e260ee Color CSS Codes

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

#e260ee Text Font Color

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

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


#e260ee Background Color

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

This div background color is #e260ee


#e260ee Border Color

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

This div border color is #e260ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,96,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e260ee


Comments

No comments written yet.

Please login to write comment.