Color Hex Logo

#e56bdd Color Hex

#E56BDD
(229,107,221)
0 Favorites   0 Comments

Color spaces of #e56bdd

RGB 229107221
HSL0.840.700.66
HSV304°53°90°
CMYK 0.000.530.03   0.10
XYZ50.621932.393971.9912
Yxy32.39390.32660.2090
Hunter Lab56.915659.1591-35.1535
CIE-Lab63.667161.9011-36.8783

#e56bdd color RGB value is (229,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11011101
Octal 345 153 335
Decimal 229 107 221
Hex E5 6B DD

RGB Percentages of Color #e56bdd

%41.11
%19.21
%39.68

CMYK Percentages of Color #e56bdd

%0
%53
%3
%10

Triadic Colors of #e56bdd

#e56bdd #dde56b #6bdde5

Analogous Colors of #e56bdd

#e56bdd #e56ba0 #b06be5

Monochromatic Colors of #e56bdd

#e56bdd

Complementary Color

#e56bdd #6be573

#e56bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56bdd Color CSS Codes

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

#e56bdd Text Font Color

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

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


#e56bdd Background Color

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

This div background color is #e56bdd


#e56bdd Border Color

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

This div border color is #e56bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56bdd


Comments

No comments written yet.

Please login to write comment.