Color Hex Logo

#e49ffd Color Hex

#E49FFD
(228,159,253)
0 Favorites   0 Comments

Color spaces of #e49ffd

RGB 228159253
HSL0.790.960.81
HSV284°37°99°
CMYK 0.100.370.00   0.01
XYZ62.122748.382198.9930
Yxy48.38210.29650.2309
Hunter Lab69.557237.6961-35.6907
CIE-Lab75.065341.3948-36.7422

#e49ffd color RGB value is (228,159,253).

#e49ffd hex color red value is 228, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e49ffd hue: 0.79 , saturation: 0.96 and the lightness value of e49ffd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011111 11111101
Octal 344 237 375
Decimal 228 159 253
Hex E4 9F FD

RGB Percentages of Color #e49ffd

%35.63
%24.84
%39.53

CMYK Percentages of Color #e49ffd

%10
%37
%0
%1

Triadic Colors of #e49ffd

#e49ffd #fde49f #9ffde4

Analogous Colors of #e49ffd

#e49ffd #fd9fe7 #b59ffd

Monochromatic Colors of #e49ffd

#e49ffd

Complementary Color

#e49ffd #b8fd9f

#e49ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49ffd Color CSS Codes

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

#e49ffd Text Font Color

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

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


#e49ffd Background Color

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

This div background color is #e49ffd


#e49ffd Border Color

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

This div border color is #e49ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49ffd


Comments

No comments written yet.

Please login to write comment.