Color Hex Logo

#e58fdd Color Hex

#E58FDD
(229,143,221)
0 Favorites   0 Comments

Color spaces of #e58fdd

RGB 229143221
HSL0.850.620.73
HSV306°38°90°
CMYK 0.000.380.03   0.10
XYZ55.186741.523473.5128
Yxy41.52340.32420.2439
Hunter Lab64.438740.1037-22.5321
CIE-Lab70.541144.1055-26.2457

#e58fdd color RGB value is (229,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001111 11011101
Octal 345 217 335
Decimal 229 143 221
Hex E5 8F DD

RGB Percentages of Color #e58fdd

%38.62
%24.11
%37.27

CMYK Percentages of Color #e58fdd

%0
%38
%3
%10

Triadic Colors of #e58fdd

#e58fdd #dde58f #8fdde5

Analogous Colors of #e58fdd

#e58fdd #e58fb2 #c28fe5

Monochromatic Colors of #e58fdd

#e58fdd

Complementary Color

#e58fdd #8fe597

#e58fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58fdd Color CSS Codes

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

#e58fdd Text Font Color

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

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


#e58fdd Background Color

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

This div background color is #e58fdd


#e58fdd Border Color

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

This div border color is #e58fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58fdd


Comments

No comments written yet.

Please login to write comment.