Color Hex Logo

#e56bdc Color Hex

#E56BDC
(229,107,220)
0 Favorites   0 Comments

Color spaces of #e56bdc

RGB 229107220
HSL0.850.700.66
HSV304°53°90°
CMYK 0.000.530.04   0.10
XYZ50.489132.340771.2915
Yxy32.34070.32760.2098
Hunter Lab56.868958.9546-34.5184
CIE-Lab63.623561.7345-36.3872

#e56bdc color RGB value is (229,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11011100
Octal 345 153 334
Decimal 229 107 220
Hex E5 6B DC

RGB Percentages of Color #e56bdc

%41.19
%19.24
%39.57

CMYK Percentages of Color #e56bdc

%0
%53
%4
%10

Triadic Colors of #e56bdc

#e56bdc #dce56b #6bdce5

Analogous Colors of #e56bdc

#e56bdc #e56b9f #b16be5

Monochromatic Colors of #e56bdc

#e56bdc

Complementary Color

#e56bdc #6be574

#e56bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56bdc Color CSS Codes

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

#e56bdc Text Font Color

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

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


#e56bdc Background Color

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

This div background color is #e56bdc


#e56bdc Border Color

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

This div border color is #e56bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56bdc


Comments

No comments written yet.

Please login to write comment.