Color Hex Logo

#e56ccc Color Hex

#E56CCC
(229,108,204)
0 Favorites   0 Comments

Color spaces of #e56ccc

RGB 229108204
HSL0.870.700.66
HSV312°53°90°
CMYK 0.000.530.11   0.10
XYZ48.574731.742860.6935
Yxy31.74280.34450.2251
Hunter Lab56.340755.2991-24.4321
CIE-Lab63.129758.6785-28.1672

#e56ccc color RGB value is (229,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 11001100
Octal 345 154 314
Decimal 229 108 204
Hex E5 6C CC

RGB Percentages of Color #e56ccc

%42.33
%19.96
%37.71

CMYK Percentages of Color #e56ccc

%0
%53
%11
%10

Triadic Colors of #e56ccc

#e56ccc #cce56c #6ccce5

Analogous Colors of #e56ccc

#e56ccc #e56c90 #c26ce5

Monochromatic Colors of #e56ccc

#e56ccc

Complementary Color

#e56ccc #6ce585

#e56ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56ccc Color CSS Codes

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

#e56ccc Text Font Color

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

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


#e56ccc Background Color

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

This div background color is #e56ccc


#e56ccc Border Color

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

This div border color is #e56ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56ccc


Comments

No comments written yet.

Please login to write comment.