Color Hex Logo

#e56eca Color Hex

#E56ECA
(229,110,202)
0 Favorites   0 Comments

Color spaces of #e56eca

RGB 229110202
HSL0.870.700.66
HSV314°52°90°
CMYK 0.000.520.12   0.10
XYZ48.549732.074159.5092
Yxy32.07410.34650.2289
Hunter Lab56.634053.9103-22.6562
CIE-Lab63.404157.4274-26.6166

#e56eca color RGB value is (229,110,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101110 11001010
Octal 345 156 312
Decimal 229 110 202
Hex E5 6E CA

RGB Percentages of Color #e56eca

%42.33
%20.33
%37.34

CMYK Percentages of Color #e56eca

%0
%52
%12
%10

Triadic Colors of #e56eca

#e56eca #cae56e #6ecae5

Analogous Colors of #e56eca

#e56eca #e56e8f #c56ee5

Monochromatic Colors of #e56eca

#e56eca

Complementary Color

#e56eca #6ee589

#e56eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56eca Color CSS Codes

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

#e56eca Text Font Color

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

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


#e56eca Background Color

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

This div background color is #e56eca


#e56eca Border Color

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

This div border color is #e56eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56eca


Comments

No comments written yet.

Please login to write comment.