Color Hex Logo

#e56eff Color Hex

#E56EFF
(229,110,255)
0 Favorites   0 Comments

Color spaces of #e56eff

RGB 229110255
HSL0.801.000.72
HSV289°57°100°
CMYK 0.100.570.00   0.00
XYZ55.939035.029998.4209
Yxy35.02990.29540.1850
Hunter Lab59.186165.1315-57.1635
CIE-Lab65.771966.5490-52.3913

#e56eff color RGB value is (229,110,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101110 11111111
Octal 345 156 377
Decimal 229 110 255
Hex E5 6E FF

RGB Percentages of Color #e56eff

%38.55
%18.52
%42.93

CMYK Percentages of Color #e56eff

%10
%57
%0
%0

Triadic Colors of #e56eff

#e56eff #ffe56e #6effe5

Analogous Colors of #e56eff

#e56eff #ff6ed1 #9d6eff

Monochromatic Colors of #e56eff

#e56eff

Complementary Color

#e56eff #88ff6e

#e56eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56eff Color CSS Codes

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

#e56eff Text Font Color

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

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


#e56eff Background Color

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

This div background color is #e56eff


#e56eff Border Color

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

This div border color is #e56eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,110,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e56eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56eff

Related Colors


Comments

No comments written yet.

Please login to write comment.