Color Hex Logo

#e28dfe Color Hex

#E28DFE
(226,141,254)
0 Favorites   0 Comments

Color spaces of #e28dfe

RGB 226141254
HSL0.790.980.77
HSV285°44°100°
CMYK 0.110.440.00   0.00
XYZ58.778342.374398.8470
Yxy42.37430.29390.2119
Hunter Lab65.095547.2601-44.4645
CIE-Lab71.128250.4342-43.4350

#e28dfe color RGB value is (226,141,254).

#e28dfe hex color red value is 226, green value is 141 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e28dfe hue: 0.79 , saturation: 0.98 and the lightness value of e28dfe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001101 11111110
Octal 342 215 376
Decimal 226 141 254
Hex E2 8D FE

RGB Percentages of Color #e28dfe

%36.39
%22.71
%40.90

CMYK Percentages of Color #e28dfe

%11
%44
%0
%0

Triadic Colors of #e28dfe

#e28dfe #fee28d #8dfee2

Analogous Colors of #e28dfe

#e28dfe #fe8de2 #aa8dfe

Monochromatic Colors of #e28dfe

#e28dfe

Complementary Color

#e28dfe #a9fe8d

#e28dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28dfe Color CSS Codes

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

#e28dfe Text Font Color

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

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


#e28dfe Background Color

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

This div background color is #e28dfe


#e28dfe Border Color

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

This div border color is #e28dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28dfe


Comments

No comments written yet.

Please login to write comment.