Color Hex Logo

#e58fbe Color Hex

#E58FBE
(229,143,190)
0 Favorites   0 Comments

Color spaces of #e58fbe

RGB 229143190
HSL0.910.620.73
HSV327°38°90°
CMYK 0.000.380.17   0.10
XYZ51.429840.020653.7293
Yxy40.02060.35420.2757
Hunter Lab63.261834.4064-6.0727
CIE-Lab69.484238.9722-10.6583

#e58fbe color RGB value is (229,143,190).

#e58fbe hex color red value is 229, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e58fbe hue: 0.91 , saturation: 0.62 and the lightness value of e58fbe is 0.73.

The process color (four color CMYK) of #e58fbe color hex is 0.00, 0.38, 0.17, 0.10. Web safe color of #e58fbe is #cc99cc. Color #e58fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001111 10111110
Octal 345 217 276
Decimal 229 143 190
Hex E5 8F BE

RGB Percentages of Color #e58fbe

%40.75
%25.44
%33.81

CMYK Percentages of Color #e58fbe

%0
%38
%17
%10

Triadic Colors of #e58fbe

#e58fbe #bee58f #8fbee5

Analogous Colors of #e58fbe

#e58fbe #e58f93 #e18fe5

Monochromatic Colors of #e58fbe

#e58fbe

Complementary Color

#e58fbe #8fe5b6

#e58fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58fbe Color CSS Codes

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

#e58fbe Text Font Color

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

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


#e58fbe Background Color

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

This div background color is #e58fbe


#e58fbe Border Color

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

This div border color is #e58fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58fbe


Comments

No comments written yet.

Please login to write comment.