Color Hex Logo

#e48fde Color Hex

#E48FDE
(228,143,222)
0 Favorites   0 Comments

Color spaces of #e48fde

RGB 228143222
HSL0.850.610.73
HSV304°37°89°
CMYK 0.000.370.03   0.11
XYZ55.002241.412874.2018
Yxy41.41280.32240.2427
Hunter Lab64.352839.9463-23.3172
CIE-Lab70.464243.9716-26.9247

#e48fde color RGB value is (228,143,222).

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

The process color (four color CMYK) of #e48fde color hex is 0.00, 0.37, 0.03, 0.11. Web safe color of #e48fde is #cc99cc. Color #e48fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001111 11011110
Octal 344 217 336
Decimal 228 143 222
Hex E4 8F DE

RGB Percentages of Color #e48fde

%38.45
%24.11
%37.44

CMYK Percentages of Color #e48fde

%0
%37
%3
%11

Triadic Colors of #e48fde

#e48fde #dee48f #8fdee4

Analogous Colors of #e48fde

#e48fde #e48fb4 #c08fe4

Monochromatic Colors of #e48fde

#e48fde

Complementary Color

#e48fde #8fe495

#e48fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48fde Color CSS Codes

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

#e48fde Text Font Color

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

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


#e48fde Background Color

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

This div background color is #e48fde


#e48fde Border Color

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

This div border color is #e48fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,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 #e48fde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48fde


Comments

No comments written yet.

Please login to write comment.