Color Hex Logo

#e260fe Color Hex

#E260FE
(226,96,254)
0 Favorites   0 Comments

Color spaces of #e260fe

RGB 22696254
HSL0.800.990.69
HSV289°62°100°
CMYK 0.110.620.00   0.00
XYZ53.436331.690397.0664
Yxy31.69030.29330.1739
Hunter Lab56.294170.9235-62.8262
CIE-Lab63.086171.7815-56.1309

#e260fe color RGB value is (226,96,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 11111110
Octal 342 140 376
Decimal 226 96 254
Hex E2 60 FE

RGB Percentages of Color #e260fe

%39.24
%16.67
%44.10

CMYK Percentages of Color #e260fe

%11
%62
%0
%0

Triadic Colors of #e260fe

#e260fe #fee260 #60fee2

Analogous Colors of #e260fe

#e260fe #fe60cb #9360fe

Monochromatic Colors of #e260fe

#e260fe

Complementary Color

#e260fe #7cfe60

#e260fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e260fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e260fe Color CSS Codes

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

#e260fe Text Font Color

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

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


#e260fe Background Color

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

This div background color is #e260fe


#e260fe Border Color

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

This div border color is #e260fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e260fe


Comments

No comments written yet.

Please login to write comment.