Color Hex Logo

#e58fde Color Hex

#E58FDE
(229,143,222)
0 Favorites   0 Comments

Color spaces of #e58fde

RGB 229143222
HSL0.850.620.73
HSV305°38°90°
CMYK 0.000.380.03   0.10
XYZ55.320441.576974.2167
Yxy41.57690.32330.2430
Hunter Lab64.480240.3029-23.1067
CIE-Lab70.578244.2819-26.7398

#e58fde color RGB value is (229,143,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001111 11011110
Octal 345 217 336
Decimal 229 143 222
Hex E5 8F DE

RGB Percentages of Color #e58fde

%38.55
%24.07
%37.37

CMYK Percentages of Color #e58fde

%0
%38
%3
%10

Triadic Colors of #e58fde

#e58fde #dee58f #8fdee5

Analogous Colors of #e58fde

#e58fde #e58fb3 #c18fe5

Monochromatic Colors of #e58fde

#e58fde

Complementary Color

#e58fde #8fe596

#e58fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58fde Color CSS Codes

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

#e58fde Text Font Color

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

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


#e58fde Background Color

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

This div background color is #e58fde


#e58fde Border Color

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

This div border color is #e58fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58fde


Comments

No comments written yet.

Please login to write comment.