color codes Logo

#e57fbe color codes

#E57FBE
(229,127,190)
0 Favorites   0 Comments

Color spaces of #e57fbe

RGB 229127190
HSL0.900.660.70
HSV323°45°90°
CMYK 0.000.450.17   0.10
XYZ49.196735.554552.9849
Yxy35.55450.35720.2581
Hunter Lab59.627642.9260-10.9456
CIE-Lab66.178147.2380-15.6252

#e57fbe color RGB value is (229,127,190).

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

The process color (four color CMYK) of #e57fbe color code is 0.00, 0.45, 0.17, 0.10. Web safe color of #e57fbe is #cc66cc. Color #e57fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111111 10111110
Octal 345 177 276
Decimal 229 127 190
Hex E5 7F BE

RGB Percentages of Color #e57fbe

%41.94
%23.26
%34.80

CMYK Percentages of Color #e57fbe

%0
%45
%17
%10

Triadic Colors of #e57fbe

#e57fbe #bee57f #7fbee5

Analogous Colors of #e57fbe

#e57fbe #e57f8b #d97fe5

Monochromatic Colors of #e57fbe

#e57fbe

Complementary Color

#e57fbe #7fe5a6

#e57fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57fbe Color CSS Codes

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

#e57fbe Text Font Color

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

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


#e57fbe Background Color

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

This div background color is #e57fbe


#e57fbe Border Color

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

This div border color is #e57fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57fbe


Comments

No comments written yet.

Please login to write comment.