Color Hex Logo

#e58dbc Color Hex

#E58DBC
(229,141,188)
0 Favorites   0 Comments

Color spaces of #e58dbc

RGB 229141188
HSL0.910.630.73
HSV328°38°90°
CMYK 0.000.380.18   0.10
XYZ50.915139.338652.4865
Yxy39.33860.35670.2756
Hunter Lab62.720535.1415-5.7114
CIE-Lab68.995839.7135-10.2722

#e58dbc color RGB value is (229,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001101 10111100
Octal 345 215 274
Decimal 229 141 188
Hex E5 8D BC

RGB Percentages of Color #e58dbc

%41.04
%25.27
%33.69

CMYK Percentages of Color #e58dbc

%0
%38
%18
%10

Triadic Colors of #e58dbc

#e58dbc #bce58d #8dbce5

Analogous Colors of #e58dbc

#e58dbc #e58d90 #e28de5

Monochromatic Colors of #e58dbc

#e58dbc

Complementary Color

#e58dbc #8de5b6

#e58dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58dbc Color CSS Codes

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

#e58dbc Text Font Color

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

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


#e58dbc Background Color

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

This div background color is #e58dbc


#e58dbc Border Color

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

This div border color is #e58dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58dbc


Comments

No comments written yet.

Please login to write comment.