Color Hex Logo

#e57fca Color Hex

#E57FCA
(229,127,202)
0 Favorites   0 Comments

Color spaces of #e57fca

RGB 229127202
HSL0.880.660.70
HSV316°45°90°
CMYK 0.000.450.12   0.10
XYZ50.563136.101060.1803
Yxy36.10100.34430.2458
Hunter Lab60.084145.0675-17.3260
CIE-Lab66.597049.1152-21.7239

#e57fca color RGB value is (229,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111111 11001010
Octal 345 177 312
Decimal 229 127 202
Hex E5 7F CA

RGB Percentages of Color #e57fca

%41.04
%22.76
%36.20

CMYK Percentages of Color #e57fca

%0
%45
%12
%10

Triadic Colors of #e57fca

#e57fca #cae57f #7fcae5

Analogous Colors of #e57fca

#e57fca #e57f97 #cd7fe5

Monochromatic Colors of #e57fca

#e57fca

Complementary Color

#e57fca #7fe59a

#e57fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57fca Color CSS Codes

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

#e57fca Text Font Color

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

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


#e57fca Background Color

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

This div background color is #e57fca


#e57fca Border Color

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

This div border color is #e57fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57fca


Comments

No comments written yet.

Please login to write comment.