Color Hex Logo

#e56fde Color Hex

#E56FDE
(229,111,222)
0 Favorites   0 Comments

Color spaces of #e56fde

RGB 229111222
HSL0.840.690.67
HSV304°52°90°
CMYK 0.000.520.03   0.10
XYZ51.182433.300872.8373
Yxy33.30080.32530.2117
Hunter Lab57.706857.3315-34.4408
CIE-Lab64.403760.2164-36.2882

#e56fde color RGB value is (229,111,222).

#e56fde hex color red value is 229, green value is 111 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e56fde hue: 0.84 , saturation: 0.69 and the lightness value of e56fde is 0.67.

The process color (four color CMYK) of #e56fde color hex is 0.00, 0.52, 0.03, 0.10. Web safe color of #e56fde is #cc66cc. Color #e56fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101111 11011110
Octal 345 157 336
Decimal 229 111 222
Hex E5 6F DE

RGB Percentages of Color #e56fde

%40.75
%19.75
%39.50

CMYK Percentages of Color #e56fde

%0
%52
%3
%10

Triadic Colors of #e56fde

#e56fde #dee56f #6fdee5

Analogous Colors of #e56fde

#e56fde #e56fa3 #b16fe5

Monochromatic Colors of #e56fde

#e56fde

Complementary Color

#e56fde #6fe576

#e56fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56fde Color CSS Codes

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

#e56fde Text Font Color

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

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


#e56fde Background Color

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

This div background color is #e56fde


#e56fde Border Color

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

This div border color is #e56fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56fde


Comments

No comments written yet.

Please login to write comment.