Color Hex Logo

#e56acc Color Hex

#E56ACC
(229,106,204)
0 Favorites   0 Comments

Color spaces of #e56acc

RGB 229106204
HSL0.870.700.66
HSV312°54°90°
CMYK 0.000.540.11   0.10
XYZ48.366231.325760.6240
Yxy31.32570.34470.2233
Hunter Lab55.969456.3053-25.0422
CIE-Lab62.781659.6063-28.7046

#e56acc color RGB value is (229,106,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101010 11001100
Octal 345 152 314
Decimal 229 106 204
Hex E5 6A CC

RGB Percentages of Color #e56acc

%42.49
%19.67
%37.85

CMYK Percentages of Color #e56acc

%0
%54
%11
%10

Triadic Colors of #e56acc

#e56acc #cce56a #6acce5

Analogous Colors of #e56acc

#e56acc #e56a8f #c16ae5

Monochromatic Colors of #e56acc

#e56acc

Complementary Color

#e56acc #6ae583

#e56acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56acc Color CSS Codes

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

#e56acc Text Font Color

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

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


#e56acc Background Color

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

This div background color is #e56acc


#e56acc Border Color

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

This div border color is #e56acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56acc


Comments

No comments written yet.

Please login to write comment.