Color Hex Logo

#e48efd Color Hex

#E48EFD
(228,142,253)
0 Favorites   0 Comments

Color spaces of #e48efd

RGB 228142253
HSL0.800.970.77
HSV286°44°99°
CMYK 0.100.440.00   0.01
XYZ59.397542.931898.0846
Yxy42.93180.29640.2142
Hunter Lab65.522447.1501-42.8893
CIE-Lab71.508750.2850-42.2799

#e48efd color RGB value is (228,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 11111101
Octal 344 216 375
Decimal 228 142 253
Hex E4 8E FD

RGB Percentages of Color #e48efd

%36.60
%22.79
%40.61

CMYK Percentages of Color #e48efd

%10
%44
%0
%1

Triadic Colors of #e48efd

#e48efd #fde48e #8efde4

Analogous Colors of #e48efd

#e48efd #fd8edf #ad8efd

Monochromatic Colors of #e48efd

#e48efd

Complementary Color

#e48efd #a7fd8e

#e48efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48efd Color CSS Codes

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

#e48efd Text Font Color

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

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


#e48efd Background Color

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

This div background color is #e48efd


#e48efd Border Color

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

This div border color is #e48efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48efd


Comments

No comments written yet.

Please login to write comment.