Color Hex Logo

#e56ffe Color Hex

#E56FFE
(229,111,254)
0 Favorites   0 Comments

Color spaces of #e56ffe

RGB 229111254
HSL0.800.990.72
HSV290°56°100°
CMYK 0.100.560.00   0.00
XYZ55.886935.182697.6113
Yxy35.18260.29620.1865
Hunter Lab59.314964.3827-56.0498
CIE-Lab65.890665.9074-51.6551

#e56ffe color RGB value is (229,111,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101111 11111110
Octal 345 157 376
Decimal 229 111 254
Hex E5 6F FE

RGB Percentages of Color #e56ffe

%38.55
%18.69
%42.76

CMYK Percentages of Color #e56ffe

%10
%56
%0
%0

Triadic Colors of #e56ffe

#e56ffe #fee56f #6ffee5

Analogous Colors of #e56ffe

#e56ffe #fe6fd0 #9e6ffe

Monochromatic Colors of #e56ffe

#e56ffe

Complementary Color

#e56ffe #88fe6f

#e56ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56ffe Color CSS Codes

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

#e56ffe Text Font Color

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

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


#e56ffe Background Color

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

This div background color is #e56ffe


#e56ffe Border Color

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

This div border color is #e56ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56ffe


Comments

No comments written yet.

Please login to write comment.