Color Hex Logo

#e57cda Color Hex

#E57CDA
(229,124,218)
0 Favorites   0 Comments

Color spaces of #e57cda

RGB 229124218
HSL0.850.670.69
HSV306°46°90°
CMYK 0.000.460.05   0.10
XYZ52.175636.135370.5545
Yxy36.13530.32840.2275
Hunter Lab60.112649.7344-27.5101
CIE-Lab66.623253.2642-30.6148

#e57cda color RGB value is (229,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111100 11011010
Octal 345 174 332
Decimal 229 124 218
Hex E5 7C DA

RGB Percentages of Color #e57cda

%40.11
%21.72
%38.18

CMYK Percentages of Color #e57cda

%0
%46
%5
%10

Triadic Colors of #e57cda

#e57cda #dae57c #7cdae5

Analogous Colors of #e57cda

#e57cda #e57ca6 #bc7ce5

Monochromatic Colors of #e57cda

#e57cda

Complementary Color

#e57cda #7ce587

#e57cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57cda Color CSS Codes

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

#e57cda Text Font Color

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

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


#e57cda Background Color

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

This div background color is #e57cda


#e57cda Border Color

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

This div border color is #e57cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57cda


Comments

No comments written yet.

Please login to write comment.