Color Hex Logo

#e58fbb Color Hex

#E58FBB
(229,143,187)
0 Favorites   0 Comments

Color spaces of #e58fbb

RGB 229143187
HSL0.910.620.73
HSV329°38°90°
CMYK 0.000.380.18   0.10
XYZ51.105239.890852.0199
Yxy39.89080.35730.2789
Hunter Lab63.159233.9046-4.6217
CIE-Lab69.391738.5120-9.1237

#e58fbb color RGB value is (229,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001111 10111011
Octal 345 217 273
Decimal 229 143 187
Hex E5 8F BB

RGB Percentages of Color #e58fbb

%40.97
%25.58
%33.45

CMYK Percentages of Color #e58fbb

%0
%38
%18
%10

Triadic Colors of #e58fbb

#e58fbb #bbe58f #8fbbe5

Analogous Colors of #e58fbb

#e58fbb #e58f90 #e48fe5

Monochromatic Colors of #e58fbb

#e58fbb

Complementary Color

#e58fbb #8fe5b9

#e58fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58fbb Color CSS Codes

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

#e58fbb Text Font Color

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

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


#e58fbb Background Color

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

This div background color is #e58fbb


#e58fbb Border Color

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

This div border color is #e58fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58fbb


Comments

No comments written yet.

Please login to write comment.