Color Hex Logo

#e56bdb Color Hex

#E56BDB
(229,107,219)
0 Favorites   0 Comments

Color spaces of #e56bdb

RGB 229107219
HSL0.850.700.66
HSV305°53°90°
CMYK 0.000.530.04   0.10
XYZ50.357032.287970.5959
Yxy32.28790.32860.2107
Hunter Lab56.822458.7504-33.8859
CIE-Lab63.580161.5679-35.8953

#e56bdb color RGB value is (229,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11011011
Octal 345 153 333
Decimal 229 107 219
Hex E5 6B DB

RGB Percentages of Color #e56bdb

%41.26
%19.28
%39.46

CMYK Percentages of Color #e56bdb

%0
%53
%4
%10

Triadic Colors of #e56bdb

#e56bdb #dbe56b #6bdbe5

Analogous Colors of #e56bdb

#e56bdb #e56b9e #b26be5

Monochromatic Colors of #e56bdb

#e56bdb

Complementary Color

#e56bdb #6be575

#e56bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56bdb Color CSS Codes

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

#e56bdb Text Font Color

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

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


#e56bdb Background Color

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

This div background color is #e56bdb


#e56bdb Border Color

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

This div border color is #e56bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56bdb


Comments

No comments written yet.

Please login to write comment.