Color Hex Logo

#e56efe Color Hex

#E56EFE
(229,110,254)
0 Favorites   0 Comments

Color spaces of #e56efe

RGB 229110254
HSL0.800.990.71
HSV290°57°100°
CMYK 0.100.570.00   0.00
XYZ55.778434.965697.5751
Yxy34.96560.29620.1857
Hunter Lab59.131764.8969-56.4441
CIE-Lab65.721966.3634-51.9221

#e56efe color RGB value is (229,110,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101110 11111110
Octal 345 156 376
Decimal 229 110 254
Hex E5 6E FE

RGB Percentages of Color #e56efe

%38.62
%18.55
%42.83

CMYK Percentages of Color #e56efe

%10
%57
%0
%0

Triadic Colors of #e56efe

#e56efe #fee56e #6efee5

Analogous Colors of #e56efe

#e56efe #fe6ecf #9d6efe

Monochromatic Colors of #e56efe

#e56efe

Complementary Color

#e56efe #87fe6e

#e56efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56efe Color CSS Codes

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

#e56efe Text Font Color

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

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


#e56efe Background Color

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

This div background color is #e56efe


#e56efe Border Color

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

This div border color is #e56efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56efe


Comments

No comments written yet.

Please login to write comment.