Color Hex Logo

#e56efd Color Hex

#E56EFD
(229,110,253)
0 Favorites   0 Comments

Color spaces of #e56efd

RGB 229110253
HSL0.810.970.71
HSV290°57°99°
CMYK 0.090.570.00   0.01
XYZ55.618734.901796.7338
Yxy34.90170.29700.1864
Hunter Lab59.077764.6630-55.7271
CIE-Lab65.672166.1782-51.4522

#e56efd color RGB value is (229,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101110 11111101
Octal 345 156 375
Decimal 229 110 253
Hex E5 6E FD

RGB Percentages of Color #e56efd

%38.68
%18.58
%42.74

CMYK Percentages of Color #e56efd

%9
%57
%0
%1

Triadic Colors of #e56efd

#e56efd #fde56e #6efde5

Analogous Colors of #e56efd

#e56efd #fd6ece #9e6efd

Monochromatic Colors of #e56efd

#e56efd

Complementary Color

#e56efd #86fd6e

#e56efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56efd Color CSS Codes

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

#e56efd Text Font Color

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

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


#e56efd Background Color

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

This div background color is #e56efd


#e56efd Border Color

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

This div border color is #e56efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56efd


Comments

No comments written yet.

Please login to write comment.