Color Hex Logo

#e57cdf Color Hex

#E57CDF
(229,124,223)
0 Favorites   0 Comments

Color spaces of #e57cdf

RGB 229124223
HSL0.840.670.69
HSV303°46°90°
CMYK 0.000.460.03   0.10
XYZ52.840036.401074.0532
Yxy36.40100.32360.2229
Hunter Lab60.333250.7476-30.5395
CIE-Lab66.825254.1239-33.0812

#e57cdf color RGB value is (229,124,223).

#e57cdf hex color red value is 229, green value is 124 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e57cdf hue: 0.84 , saturation: 0.67 and the lightness value of e57cdf is 0.69.

The process color (four color CMYK) of #e57cdf color hex is 0.00, 0.46, 0.03, 0.10. Web safe color of #e57cdf is #cc66cc. Color #e57cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111100 11011111
Octal 345 174 337
Decimal 229 124 223
Hex E5 7C DF

RGB Percentages of Color #e57cdf

%39.76
%21.53
%38.72

CMYK Percentages of Color #e57cdf

%0
%46
%3
%10

Triadic Colors of #e57cdf

#e57cdf #dfe57c #7cdfe5

Analogous Colors of #e57cdf

#e57cdf #e57cab #b77ce5

Monochromatic Colors of #e57cdf

#e57cdf

Complementary Color

#e57cdf #7ce582

#e57cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57cdf Color CSS Codes

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

#e57cdf Text Font Color

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

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


#e57cdf Background Color

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

This div background color is #e57cdf


#e57cdf Border Color

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

This div border color is #e57cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57cdf


Comments

No comments written yet.

Please login to write comment.