color codes Logo

#e57cdc color codes

#E57CDC
(229,124,220)
0 Favorites   0 Comments

Color spaces of #e57cdc

RGB 229124220
HSL0.850.670.69
HSV305°46°90°
CMYK 0.000.460.04   0.10
XYZ52.439036.240671.9414
Yxy36.24060.32650.2256
Hunter Lab60.200250.1370-28.7136
CIE-Lab66.703453.6064-31.6032

#e57cdc color RGB value is (229,124,220).

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

The process color (four color CMYK) of #e57cdc color code is 0.00, 0.46, 0.04, 0.10. Web safe color of #e57cdc is #cc66cc. Color #e57cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111100 11011100
Octal 345 174 334
Decimal 229 124 220
Hex E5 7C DC

RGB Percentages of Color #e57cdc

%39.97
%21.64
%38.39

CMYK Percentages of Color #e57cdc

%0
%46
%4
%10

Triadic Colors of #e57cdc

#e57cdc #dce57c #7cdce5

Analogous Colors of #e57cdc

#e57cdc #e57ca8 #ba7ce5

Monochromatic Colors of #e57cdc

#e57cdc

Complementary Color

#e57cdc #7ce585

#e57cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57cdc Color CSS Codes

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

#e57cdc Text Font Color

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

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


#e57cdc Background Color

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

This div background color is #e57cdc


#e57cdc Border Color

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

This div border color is #e57cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57cdc

#e57cdc Color Palettes


Comments

No comments written yet.

Please login to write comment.