Color Hex Logo

#e06ffe Color Hex

#E06FFE
(224,111,254)
0 Favorites   0 Comments

Color spaces of #e06ffe

RGB 224111254
HSL0.800.990.72
HSV287°56°100°
CMYK 0.120.560.00   0.00
XYZ54.314334.371997.5377
Yxy34.37190.29170.1846
Hunter Lab58.627662.7695-57.6005
CIE-Lab65.256764.6733-52.6995

#e06ffe color RGB value is (224,111,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101111 11111110
Octal 340 157 376
Decimal 224 111 254
Hex E0 6F FE

RGB Percentages of Color #e06ffe

%38.03
%18.85
%43.12

CMYK Percentages of Color #e06ffe

%12
%56
%0
%0

Triadic Colors of #e06ffe

#e06ffe #fee06f #6ffee0

Analogous Colors of #e06ffe

#e06ffe #fe6fd5 #996ffe

Monochromatic Colors of #e06ffe

#e06ffe

Complementary Color

#e06ffe #8dfe6f

#e06ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06ffe Color CSS Codes

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

#e06ffe Text Font Color

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

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


#e06ffe Background Color

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

This div background color is #e06ffe


#e06ffe Border Color

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

This div border color is #e06ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.