Color Hex Logo

#e57cea Color Hex

#E57CEA
(229,124,234)
0 Favorites   0 Comments

Color spaces of #e57cea

RGB 229124234
HSL0.830.720.70
HSV297°47°92°
CMYK 0.020.470.00   0.08
XYZ54.372037.013882.1206
Yxy37.01380.31340.2133
Hunter Lab60.839053.0579-37.4425
CIE-Lab67.287456.0672-38.4525

#e57cea color RGB value is (229,124,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111100 11101010
Octal 345 174 352
Decimal 229 124 234
Hex E5 7C EA

RGB Percentages of Color #e57cea

%39.01
%21.12
%39.86

CMYK Percentages of Color #e57cea

%2
%47
%0
%8

Triadic Colors of #e57cea

#e57cea #eae57c #7ceae5

Analogous Colors of #e57cea

#e57cea #ea7cb8 #ae7cea

Monochromatic Colors of #e57cea

#e57cea

Complementary Color

#e57cea #81ea7c

#e57cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57cea Color CSS Codes

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

#e57cea Text Font Color

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

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


#e57cea Background Color

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

This div background color is #e57cea


#e57cea Border Color

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

This div border color is #e57cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,124,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 #e57cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57cea


Comments

No comments written yet.

Please login to write comment.