Color Hex Logo

#e56cde Color Hex

#E56CDE
(229,108,222)
0 Favorites   0 Comments

Color spaces of #e56cde

RGB 229108222
HSL0.840.700.66
HSV303°53°90°
CMYK 0.000.530.03   0.10
XYZ50.860532.657172.7300
Yxy32.65710.32550.2090
Hunter Lab57.146458.8595-35.4557
CIE-Lab63.882361.6094-37.1013

#e56cde color RGB value is (229,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 11011110
Octal 345 154 336
Decimal 229 108 222
Hex E5 6C DE

RGB Percentages of Color #e56cde

%40.97
%19.32
%39.71

CMYK Percentages of Color #e56cde

%0
%53
%3
%10

Triadic Colors of #e56cde

#e56cde #dee56c #6cdee5

Analogous Colors of #e56cde

#e56cde #e56ca2 #b06ce5

Monochromatic Colors of #e56cde

#e56cde

Complementary Color

#e56cde #6ce573

#e56cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56cde Color CSS Codes

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

#e56cde Text Font Color

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

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


#e56cde Background Color

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

This div background color is #e56cde


#e56cde Border Color

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

This div border color is #e56cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56cde


Comments

No comments written yet.

Please login to write comment.