Color Hex Logo

#e57fdc Color Hex

#E57FDC
(229,127,220)
0 Favorites   0 Comments

Color spaces of #e57fdc

RGB 229127220
HSL0.850.660.70
HSV305°45°90°
CMYK 0.000.450.04   0.10
XYZ52.820737.004172.0687
Yxy37.00410.32630.2286
Hunter Lab60.831048.5407-27.6613
CIE-Lab67.280152.1130-30.7115

#e57fdc color RGB value is (229,127,220).

#e57fdc hex color red value is 229, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e57fdc hue: 0.85 , saturation: 0.66 and the lightness value of e57fdc is 0.70.

The process color (four color CMYK) of #e57fdc color hex is 0.00, 0.45, 0.04, 0.10. Web safe color of #e57fdc is #cc66cc. Color #e57fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111111 11011100
Octal 345 177 334
Decimal 229 127 220
Hex E5 7F DC

RGB Percentages of Color #e57fdc

%39.76
%22.05
%38.19

CMYK Percentages of Color #e57fdc

%0
%45
%4
%10

Triadic Colors of #e57fdc

#e57fdc #dce57f #7fdce5

Analogous Colors of #e57fdc

#e57fdc #e57fa9 #bb7fe5

Monochromatic Colors of #e57fdc

#e57fdc

Complementary Color

#e57fdc #7fe588

#e57fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57fdc Color CSS Codes

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

#e57fdc Text Font Color

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

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


#e57fdc Background Color

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

This div background color is #e57fdc


#e57fdc Border Color

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

This div border color is #e57fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57fdc


Comments

No comments written yet.

Please login to write comment.