Color Hex Logo

#e58edb Color Hex

#E58EDB
(229,142,219)
0 Favorites   0 Comments

Color spaces of #e58edb

RGB 229142219
HSL0.850.630.73
HSV307°38°90°
CMYK 0.000.380.04   0.10
XYZ54.772341.118572.0677
Yxy41.11850.32610.2448
Hunter Lab64.123740.2522-21.7486
CIE-Lab70.258944.2752-25.5749

#e58edb color RGB value is (229,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001110 11011011
Octal 345 216 333
Decimal 229 142 219
Hex E5 8E DB

RGB Percentages of Color #e58edb

%38.81
%24.07
%37.12

CMYK Percentages of Color #e58edb

%0
%38
%4
%10

Triadic Colors of #e58edb

#e58edb #dbe58e #8edbe5

Analogous Colors of #e58edb

#e58edb #e58eb0 #c48ee5

Monochromatic Colors of #e58edb

#e58edb

Complementary Color

#e58edb #8ee598

#e58edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58edb Color CSS Codes

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

#e58edb Text Font Color

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

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


#e58edb Background Color

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

This div background color is #e58edb


#e58edb Border Color

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

This div border color is #e58edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58edb

#e58edb Color Palettes


Comments

No comments written yet.

Please login to write comment.