Color Hex Logo

#e56cfe Color Hex

#E56CFE
(229,108,254)
0 Favorites   0 Comments

Color spaces of #e56cfe

RGB 229108254
HSL0.800.990.71
HSV290°57°100°
CMYK 0.100.570.00   0.00
XYZ55.565134.538997.5040
Yxy34.53890.29620.1841
Hunter Lab58.769865.9193-57.2282
CIE-Lab65.388167.2679-52.4507

#e56cfe color RGB value is (229,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 11111110
Octal 345 154 376
Decimal 229 108 254
Hex E5 6C FE

RGB Percentages of Color #e56cfe

%38.75
%18.27
%42.98

CMYK Percentages of Color #e56cfe

%10
%57
%0
%0

Triadic Colors of #e56cfe

#e56cfe #fee56c #6cfee5

Analogous Colors of #e56cfe

#e56cfe #fe6cce #9c6cfe

Monochromatic Colors of #e56cfe

#e56cfe

Complementary Color

#e56cfe #85fe6c

#e56cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56cfe Color CSS Codes

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

#e56cfe Text Font Color

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

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


#e56cfe Background Color

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

This div background color is #e56cfe


#e56cfe Border Color

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

This div border color is #e56cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56cfe


Comments

No comments written yet.

Please login to write comment.