Color Hex Logo

#e56bcc Color Hex

#E56BCC
(229,107,204)
0 Favorites   0 Comments

Color spaces of #e56bcc

RGB 229107204
HSL0.870.700.66
HSV312°53°90°
CMYK 0.000.530.11   0.10
XYZ48.469931.533060.6586
Yxy31.53300.34460.2242
Hunter Lab56.154355.8035-24.7379
CIE-Lab62.955059.1439-28.4369

#e56bcc color RGB value is (229,107,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11001100
Octal 345 153 314
Decimal 229 107 204
Hex E5 6B CC

RGB Percentages of Color #e56bcc

%42.41
%19.81
%37.78

CMYK Percentages of Color #e56bcc

%0
%53
%11
%10

Triadic Colors of #e56bcc

#e56bcc #cce56b #6bcce5

Analogous Colors of #e56bcc

#e56bcc #e56b8f #c16be5

Monochromatic Colors of #e56bcc

#e56bcc

Complementary Color

#e56bcc #6be584

#e56bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56bcc Color CSS Codes

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

#e56bcc Text Font Color

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

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


#e56bcc Background Color

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

This div background color is #e56bcc


#e56bcc Border Color

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

This div border color is #e56bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56bcc


Comments

No comments written yet.

Please login to write comment.