Color Hex Logo

#e28fdf Color Hex

#E28FDF
(226,143,223)
0 Favorites   0 Comments

Color spaces of #e28fdf

RGB 226143223
HSL0.840.590.72
HSV302°37°89°
CMYK 0.000.370.01   0.11
XYZ54.505841.141474.8804
Yxy41.14140.31960.2413
Hunter Lab64.141639.4368-24.3175
CIE-Lab70.274943.5303-27.7860

#e28fdf color RGB value is (226,143,223).

#e28fdf hex color red value is 226, green value is 143 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e28fdf hue: 0.84 , saturation: 0.59 and the lightness value of e28fdf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001111 11011111
Octal 342 217 337
Decimal 226 143 223
Hex E2 8F DF

RGB Percentages of Color #e28fdf

%38.18
%24.16
%37.67

CMYK Percentages of Color #e28fdf

%0
%37
%1
%11

Triadic Colors of #e28fdf

#e28fdf #dfe28f #8fdfe2

Analogous Colors of #e28fdf

#e28fdf #e28fb6 #bc8fe2

Monochromatic Colors of #e28fdf

#e28fdf

Complementary Color

#e28fdf #8fe292

#e28fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28fdf Color CSS Codes

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

#e28fdf Text Font Color

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

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


#e28fdf Background Color

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

This div background color is #e28fdf


#e28fdf Border Color

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

This div border color is #e28fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28fdf


Comments

No comments written yet.

Please login to write comment.