Color Hex Logo

#e56cbe Color Hex

#E56CBE
(229,108,190)
0 Favorites   0 Comments

Color spaces of #e56cbe

RGB 229108190
HSL0.890.700.66
HSV319°53°90°
CMYK 0.000.530.17   0.10
XYZ46.969931.100852.2427
Yxy31.10080.36040.2387
Hunter Lab55.768152.7450-16.5043
CIE-Lab62.592656.5419-21.0690

#e56cbe color RGB value is (229,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 10111110
Octal 345 154 276
Decimal 229 108 190
Hex E5 6C BE

RGB Percentages of Color #e56cbe

%43.45
%20.49
%36.05

CMYK Percentages of Color #e56cbe

%0
%53
%17
%10

Triadic Colors of #e56cbe

#e56cbe #bee56c #6cbee5

Analogous Colors of #e56cbe

#e56cbe #e56c82 #d06ce5

Monochromatic Colors of #e56cbe

#e56cbe

Complementary Color

#e56cbe #6ce593

#e56cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56cbe Color CSS Codes

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

#e56cbe Text Font Color

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

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


#e56cbe Background Color

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

This div background color is #e56cbe


#e56cbe Border Color

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

This div border color is #e56cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56cbe


Comments

No comments written yet.

Please login to write comment.