Color Hex Logo

#e56cad Color Hex

#E56CAD
(229,108,173)
0 Favorites   0 Comments

Color spaces of #e56cad

RGB 229108173
HSL0.910.700.66
HSV328°53°90°
CMYK 0.000.530.24   0.10
XYZ45.218530.400343.0197
Yxy30.40030.38110.2562
Hunter Lab55.136549.9025-7.6649
CIE-Lab61.998154.1289-12.2776

#e56cad color RGB value is (229,108,173).

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

The process color (four color CMYK) of #e56cad color hex is 0.00, 0.53, 0.24, 0.10. Web safe color of #e56cad is #cc6699. Color #e56cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 10101101
Octal 345 154 255
Decimal 229 108 173
Hex E5 6C AD

RGB Percentages of Color #e56cad

%44.90
%21.18
%33.92

CMYK Percentages of Color #e56cad

%0
%53
%24
%10

Triadic Colors of #e56cad

#e56cad #ade56c #6cade5

Analogous Colors of #e56cad

#e56cad #e56c71 #e16ce5

Monochromatic Colors of #e56cad

#e56cad

Complementary Color

#e56cad #6ce5a4

#e56cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56cad Color CSS Codes

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

#e56cad Text Font Color

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

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


#e56cad Background Color

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

This div background color is #e56cad


#e56cad Border Color

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

This div border color is #e56cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56cad


Comments

No comments written yet.

Please login to write comment.