Color Hex Logo

#e57dea Color Hex

#E57DEA
(229,125,234)
0 Favorites   0 Comments

Color spaces of #e57dea

RGB 229125234
HSL0.830.720.70
HSV297°47°92°
CMYK 0.020.470.00   0.08
XYZ54.498037.265882.1626
Yxy37.26580.31330.2143
Hunter Lab61.045752.5242-37.0675
CIE-Lab67.476055.5747-38.1583

#e57dea color RGB value is (229,125,234).

#e57dea hex color red value is 229, green value is 125 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e57dea hue: 0.83 , saturation: 0.72 and the lightness value of e57dea is 0.70.

The process color (four color CMYK) of #e57dea color hex is 0.02, 0.47, 0.00, 0.08. Web safe color of #e57dea is #cc66ff. Color #e57dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111101 11101010
Octal 345 175 352
Decimal 229 125 234
Hex E5 7D EA

RGB Percentages of Color #e57dea

%38.95
%21.26
%39.80

CMYK Percentages of Color #e57dea

%2
%47
%0
%8

Triadic Colors of #e57dea

#e57dea #eae57d #7deae5

Analogous Colors of #e57dea

#e57dea #ea7db9 #af7dea

Monochromatic Colors of #e57dea

#e57dea

Complementary Color

#e57dea #82ea7d

#e57dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57dea Color CSS Codes

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

#e57dea Text Font Color

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

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


#e57dea Background Color

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

This div background color is #e57dea


#e57dea Border Color

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

This div border color is #e57dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57dea


Comments

No comments written yet.

Please login to write comment.