color codes Logo

#e56c9d color codes

#E56C9D
(229,108,157)
0 Favorites   0 Comments

Color spaces of #e56c9d

RGB 229108157
HSL0.930.700.66
HSV336°53°90°
CMYK 0.000.530.31   0.10
XYZ43.761529.817535.3472
Yxy29.81750.40180.2737
Hunter Lab54.605447.4928-0.1559
CIE-Lab61.496452.0531-3.8408

#e56c9d color RGB value is (229,108,157).

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

The process color (four color CMYK) of #e56c9d color code is 0.00, 0.53, 0.31, 0.10. Web safe color of #e56c9d is #cc6699. Color #e56c9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 10011101
Octal 345 154 235
Decimal 229 108 157
Hex E5 6C 9D

RGB Percentages of Color #e56c9d

%46.36
%21.86
%31.78

CMYK Percentages of Color #e56c9d

%0
%53
%31
%10

Triadic Colors of #e56c9d

#e56c9d #9de56c #6c9de5

Analogous Colors of #e56c9d

#e56c9d #e5786c #e56cda

Monochromatic Colors of #e56c9d

#e56c9d

Complementary Color

#e56c9d #6ce5b4

#e56c9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56c9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56c9d Color CSS Codes

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

#e56c9d Text Font Color

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

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


#e56c9d Background Color

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

This div background color is #e56c9d


#e56c9d Border Color

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

This div border color is #e56c9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56c9d


Comments

No comments written yet.

Please login to write comment.