Color Hex Logo

#e060fe Color Hex

#E060FE
(224,96,254)
0 Favorites   0 Comments

Color spaces of #e060fe

RGB 22496254
HSL0.800.990.69
HSV289°62°100°
CMYK 0.120.620.00   0.00
XYZ52.812731.368897.0372
Yxy31.36880.29140.1731
Hunter Lab56.007970.3031-63.5182
CIE-Lab62.817771.3266-56.5743

#e060fe color RGB value is (224,96,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 11111110
Octal 340 140 376
Decimal 224 96 254
Hex E0 60 FE

RGB Percentages of Color #e060fe

%39.02
%16.72
%44.25

CMYK Percentages of Color #e060fe

%12
%62
%0
%0

Triadic Colors of #e060fe

#e060fe #fee060 #60fee0

Analogous Colors of #e060fe

#e060fe #fe60cd #9160fe

Monochromatic Colors of #e060fe

#e060fe

Complementary Color

#e060fe #7efe60

#e060fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060fe Color CSS Codes

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

#e060fe Text Font Color

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

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


#e060fe Background Color

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

This div background color is #e060fe


#e060fe Border Color

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

This div border color is #e060fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060fe

Related Colors


Comments

No comments written yet.

Please login to write comment.