Color Hex Logo

#e58dfd Color Hex

#E58DFD
(229,141,253)
0 Favorites   0 Comments

Color spaces of #e58dfd

RGB 229141253
HSL0.800.970.77
HSV287°44°99°
CMYK 0.090.440.00   0.01
XYZ59.567642.799698.0501
Yxy42.79960.29720.2136
Hunter Lab65.421448.0406-43.0657
CIE-Lab71.418751.0802-42.4123

#e58dfd color RGB value is (229,141,253).

#e58dfd hex color red value is 229, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e58dfd hue: 0.80 , saturation: 0.97 and the lightness value of e58dfd is 0.77.

The process color (four color CMYK) of #e58dfd color hex is 0.09, 0.44, 0.00, 0.01. Web safe color of #e58dfd is #cc99ff. Color #e58dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001101 11111101
Octal 345 215 375
Decimal 229 141 253
Hex E5 8D FD

RGB Percentages of Color #e58dfd

%36.76
%22.63
%40.61

CMYK Percentages of Color #e58dfd

%9
%44
%0
%1

Triadic Colors of #e58dfd

#e58dfd #fde58d #8dfde5

Analogous Colors of #e58dfd

#e58dfd #fd8ddd #ad8dfd

Monochromatic Colors of #e58dfd

#e58dfd

Complementary Color

#e58dfd #a5fd8d

#e58dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58dfd Color CSS Codes

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

#e58dfd Text Font Color

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

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


#e58dfd Background Color

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

This div background color is #e58dfd


#e58dfd Border Color

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

This div border color is #e58dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58dfd


Comments

No comments written yet.

Please login to write comment.