Color Hex Logo

#e58dbf Color Hex

#E58DBF
(229,141,191)
0 Favorites   0 Comments

Color spaces of #e58dbf

RGB 229141191
HSL0.910.630.73
HSV326°38°90°
CMYK 0.000.380.17   0.10
XYZ51.241939.469454.2078
Yxy39.46940.35360.2724
Hunter Lab62.824735.6474-7.1807
CIE-Lab69.089940.1748-11.8059

#e58dbf color RGB value is (229,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001101 10111111
Octal 345 215 277
Decimal 229 141 191
Hex E5 8D BF

RGB Percentages of Color #e58dbf

%40.82
%25.13
%34.05

CMYK Percentages of Color #e58dbf

%0
%38
%17
%10

Triadic Colors of #e58dbf

#e58dbf #bfe58d #8dbfe5

Analogous Colors of #e58dbf

#e58dbf #e58d93 #df8de5

Monochromatic Colors of #e58dbf

#e58dbf

Complementary Color

#e58dbf #8de5b3

#e58dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58dbf Color CSS Codes

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

#e58dbf Text Font Color

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

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


#e58dbf Background Color

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

This div background color is #e58dbf


#e58dbf Border Color

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

This div border color is #e58dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58dbf


Comments

No comments written yet.

Please login to write comment.