Color Hex Logo

#e56dfc Color Hex

#E56DFC
(229,109,252)
0 Favorites   0 Comments

Color spaces of #e56dfc

RGB 229109252
HSL0.810.960.71
HSV290°57°99°
CMYK 0.090.570.00   0.01
XYZ55.352434.623695.8611
Yxy34.62360.29790.1863
Hunter Lab58.841864.9415-55.4020
CIE-Lab65.454666.4472-51.2473

#e56dfc color RGB value is (229,109,252).

#e56dfc hex color red value is 229, green value is 109 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e56dfc hue: 0.81 , saturation: 0.96 and the lightness value of e56dfc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101101 11111100
Octal 345 155 374
Decimal 229 109 252
Hex E5 6D FC

RGB Percentages of Color #e56dfc

%38.81
%18.47
%42.71

CMYK Percentages of Color #e56dfc

%9
%57
%0
%1

Triadic Colors of #e56dfc

#e56dfc #fce56d #6dfce5

Analogous Colors of #e56dfc

#e56dfc #fc6dcc #9e6dfc

Monochromatic Colors of #e56dfc

#e56dfc

Complementary Color

#e56dfc #84fc6d

#e56dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56dfc Color CSS Codes

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

#e56dfc Text Font Color

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

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


#e56dfc Background Color

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

This div background color is #e56dfc


#e56dfc Border Color

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

This div border color is #e56dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56dfc


Comments

No comments written yet.

Please login to write comment.