Color Hex Logo

#e57cde Color Hex

#E57CDE
(229,124,222)
0 Favorites   0 Comments

Color spaces of #e57cde

RGB 229124222
HSL0.840.670.69
HSV304°46°90°
CMYK 0.000.460.03   0.10
XYZ52.705636.347273.3451
Yxy36.34720.32450.2238
Hunter Lab60.288650.5433-29.9281
CIE-Lab66.784453.9510-32.5892

#e57cde color RGB value is (229,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111100 11011110
Octal 345 174 336
Decimal 229 124 222
Hex E5 7C DE

RGB Percentages of Color #e57cde

%39.83
%21.57
%38.61

CMYK Percentages of Color #e57cde

%0
%46
%3
%10

Triadic Colors of #e57cde

#e57cde #dee57c #7cdee5

Analogous Colors of #e57cde

#e57cde #e57caa #b87ce5

Monochromatic Colors of #e57cde

#e57cde

Complementary Color

#e57cde #7ce583

#e57cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57cde Color CSS Codes

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

#e57cde Text Font Color

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

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


#e57cde Background Color

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

This div background color is #e57cde


#e57cde Border Color

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

This div border color is #e57cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57cde


Comments

No comments written yet.

Please login to write comment.