Color Hex Logo

#e57dca Color Hex

#E57DCA
(229,125,202)
0 Favorites   0 Comments

Color spaces of #e57dca

RGB 229125202
HSL0.880.670.69
HSV316°45°90°
CMYK 0.000.450.12   0.10
XYZ50.307435.589560.0951
Yxy35.58950.34460.2438
Hunter Lab59.656946.1255-17.9656
CIE-Lab66.205150.1206-22.3222

#e57dca color RGB value is (229,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111101 11001010
Octal 345 175 312
Decimal 229 125 202
Hex E5 7D CA

RGB Percentages of Color #e57dca

%41.19
%22.48
%36.33

CMYK Percentages of Color #e57dca

%0
%45
%12
%10

Triadic Colors of #e57dca

#e57dca #cae57d #7dcae5

Analogous Colors of #e57dca

#e57dca #e57d96 #cc7de5

Monochromatic Colors of #e57dca

#e57dca

Complementary Color

#e57dca #7de598

#e57dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57dca Color CSS Codes

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

#e57dca Text Font Color

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

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


#e57dca Background Color

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

This div background color is #e57dca


#e57dca Border Color

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

This div border color is #e57dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57dca


Comments

No comments written yet.

Please login to write comment.