Color Hex Logo

#e56acd Color Hex

#E56ACD
(229,106,205)
0 Favorites   0 Comments

Color spaces of #e56acd

RGB 229106205
HSL0.870.700.66
HSV312°54°90°
CMYK 0.000.540.10   0.10
XYZ48.486631.373961.2578
Yxy31.37390.34360.2223
Hunter Lab56.012456.4951-25.6336
CIE-Lab62.822059.7631-29.2063

#e56acd color RGB value is (229,106,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101010 11001101
Octal 345 152 315
Decimal 229 106 205
Hex E5 6A CD

RGB Percentages of Color #e56acd

%42.41
%19.63
%37.96

CMYK Percentages of Color #e56acd

%0
%54
%10
%10

Triadic Colors of #e56acd

#e56acd #cde56a #6acde5

Analogous Colors of #e56acd

#e56acd #e56a90 #c06ae5

Monochromatic Colors of #e56acd

#e56acd

Complementary Color

#e56acd #6ae582

#e56acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56acd Color CSS Codes

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

#e56acd Text Font Color

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

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


#e56acd Background Color

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

This div background color is #e56acd


#e56acd Border Color

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

This div border color is #e56acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56acd


Comments

No comments written yet.

Please login to write comment.