Color Hex Logo

#e56bde Color Hex

#E56BDE
(229,107,222)
0 Favorites   0 Comments

Color spaces of #e56bde

RGB 229107222
HSL0.840.700.66
HSV303°53°90°
CMYK 0.000.530.03   0.10
XYZ50.755632.447372.6951
Yxy32.44730.32560.2081
Hunter Lab56.962559.3653-35.7916
CIE-Lab63.710962.0690-37.3689

#e56bde color RGB value is (229,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11011110
Octal 345 153 336
Decimal 229 107 222
Hex E5 6B DE

RGB Percentages of Color #e56bde

%41.04
%19.18
%39.78

CMYK Percentages of Color #e56bde

%0
%53
%3
%10

Triadic Colors of #e56bde

#e56bde #dee56b #6bdee5

Analogous Colors of #e56bde

#e56bde #e56ba1 #af6be5

Monochromatic Colors of #e56bde

#e56bde

Complementary Color

#e56bde #6be572

#e56bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56bde Color CSS Codes

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

#e56bde Text Font Color

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

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


#e56bde Background Color

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

This div background color is #e56bde


#e56bde Border Color

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

This div border color is #e56bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,107,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 #e56bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56bde


Comments

No comments written yet.

Please login to write comment.