Color Hex Logo

#e56ade Color Hex

#E56ADE
(229,106,222)
0 Favorites   0 Comments

Color spaces of #e56ade

RGB 229106222
HSL0.840.700.66
HSV303°54°90°
CMYK 0.000.540.03   0.10
XYZ50.651932.240072.6605
Yxy32.24000.32560.2073
Hunter Lab56.780359.8687-36.1259
CIE-Lab63.540762.5258-37.6345

#e56ade color RGB value is (229,106,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101010 11011110
Octal 345 152 336
Decimal 229 106 222
Hex E5 6A DE

RGB Percentages of Color #e56ade

%41.11
%19.03
%39.86

CMYK Percentages of Color #e56ade

%0
%54
%3
%10

Triadic Colors of #e56ade

#e56ade #dee56a #6adee5

Analogous Colors of #e56ade

#e56ade #e56aa1 #af6ae5

Monochromatic Colors of #e56ade

#e56ade

Complementary Color

#e56ade #6ae571

#e56ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56ade Color CSS Codes

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

#e56ade Text Font Color

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

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


#e56ade Background Color

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

This div background color is #e56ade


#e56ade Border Color

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

This div border color is #e56ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56ade


Comments

No comments written yet.

Please login to write comment.