Color Hex Logo

#e066fe Color Hex

#E066FE
(224,102,254)
0 Favorites   0 Comments

Color spaces of #e066fe

RGB 224102254
HSL0.800.990.70
HSV288°60°100°
CMYK 0.120.600.00   0.00
XYZ53.381232.505897.2267
Yxy32.50580.29150.1775
Hunter Lab57.013967.3526-61.1985
CIE-Lab63.758768.7402-55.0770

#e066fe color RGB value is (224,102,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100110 11111110
Octal 340 146 376
Decimal 224 102 254
Hex E0 66 FE

RGB Percentages of Color #e066fe

%38.62
%17.59
%43.79

CMYK Percentages of Color #e066fe

%12
%60
%0
%0

Triadic Colors of #e066fe

#e066fe #fee066 #66fee0

Analogous Colors of #e066fe

#e066fe #fe66d0 #9466fe

Monochromatic Colors of #e066fe

#e066fe

Complementary Color

#e066fe #84fe66

#e066fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e066fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e066fe Color CSS Codes

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

#e066fe Text Font Color

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

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


#e066fe Background Color

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

This div background color is #e066fe


#e066fe Border Color

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

This div border color is #e066fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e066fe


Comments

No comments written yet.

Please login to write comment.