Color Hex Logo

#e49fdf Color Hex

#E49FDF
(228,159,223)
0 Favorites   0 Comments

Color spaces of #e49fdf

RGB 228159223
HSL0.850.560.76
HSV304°30°89°
CMYK 0.000.300.02   0.11
XYZ57.712346.618075.7684
Yxy46.61800.32040.2588
Hunter Lab68.277431.3939-18.0008
CIE-Lab73.944835.7030-22.1537

#e49fdf color RGB value is (228,159,223).

#e49fdf hex color red value is 228, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e49fdf hue: 0.85 , saturation: 0.56 and the lightness value of e49fdf is 0.76.

The process color (four color CMYK) of #e49fdf color hex is 0.00, 0.30, 0.02, 0.11. Web safe color of #e49fdf is #cc99cc. Color #e49fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011111 11011111
Octal 344 237 337
Decimal 228 159 223
Hex E4 9F DF

RGB Percentages of Color #e49fdf

%37.38
%26.07
%36.56

CMYK Percentages of Color #e49fdf

%0
%30
%2
%11

Triadic Colors of #e49fdf

#e49fdf #dfe49f #9fdfe4

Analogous Colors of #e49fdf

#e49fdf #e49fbd #c79fe4

Monochromatic Colors of #e49fdf

#e49fdf

Complementary Color

#e49fdf #9fe4a4

#e49fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49fdf Color CSS Codes

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

#e49fdf Text Font Color

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

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


#e49fdf Background Color

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

This div background color is #e49fdf


#e49fdf Border Color

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

This div border color is #e49fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49fdf


Comments

No comments written yet.

Please login to write comment.