Color Hex Logo

#e56ad5 Color Hex

#E56AD5
(229,106,213)
0 Favorites   0 Comments

Color spaces of #e56ad5

RGB 229106213
HSL0.860.700.66
HSV308°54°90°
CMYK 0.000.540.07   0.10
XYZ49.477431.770266.4753
Yxy31.77020.33490.2151
Hunter Lab56.365158.0489-30.4693
CIE-Lab63.152561.0416-33.1969

#e56ad5 color RGB value is (229,106,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101010 11010101
Octal 345 152 325
Decimal 229 106 213
Hex E5 6A D5

RGB Percentages of Color #e56ad5

%41.79
%19.34
%38.87

CMYK Percentages of Color #e56ad5

%0
%54
%7
%10

Triadic Colors of #e56ad5

#e56ad5 #d5e56a #6ad5e5

Analogous Colors of #e56ad5

#e56ad5 #e56a98 #b86ae5

Monochromatic Colors of #e56ad5

#e56ad5

Complementary Color

#e56ad5 #6ae57a

#e56ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56ad5 Color CSS Codes

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

#e56ad5 Text Font Color

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

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


#e56ad5 Background Color

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

This div background color is #e56ad5


#e56ad5 Border Color

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

This div border color is #e56ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56ad5


Comments

No comments written yet.

Please login to write comment.