Color Hex Logo

#e58fdf Color Hex

#E58FDF
(229,143,223)
0 Favorites   0 Comments

Color spaces of #e58fdf

RGB 229143223
HSL0.840.620.73
HSV304°38°90°
CMYK 0.000.380.03   0.10
XYZ55.454841.630674.9248
Yxy41.63060.32240.2420
Hunter Lab64.521840.5030-23.6842
CIE-Lab70.615544.4591-27.2336

#e58fdf color RGB value is (229,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001111 11011111
Octal 345 217 337
Decimal 229 143 223
Hex E5 8F DF

RGB Percentages of Color #e58fdf

%38.49
%24.03
%37.48

CMYK Percentages of Color #e58fdf

%0
%38
%3
%10

Triadic Colors of #e58fdf

#e58fdf #dfe58f #8fdfe5

Analogous Colors of #e58fdf

#e58fdf #e58fb4 #c08fe5

Monochromatic Colors of #e58fdf

#e58fdf

Complementary Color

#e58fdf #8fe595

#e58fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58fdf Color CSS Codes

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

#e58fdf Text Font Color

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

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


#e58fdf Background Color

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

This div background color is #e58fdf


#e58fdf Border Color

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

This div border color is #e58fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58fdf


Comments

No comments written yet.

Please login to write comment.