Color Hex Logo

#e49afc Color Hex

#E49AFC
(228,154,252)
0 Favorites   0 Comments

Color spaces of #e49afc

RGB 228154252
HSL0.790.940.80
HSV285°39°99°
CMYK 0.100.390.00   0.01
XYZ61.121246.633597.8752
Yxy46.63350.29720.2268
Hunter Lab68.288740.2595-37.1756
CIE-Lab73.954743.8373-37.9250

#e49afc color RGB value is (228,154,252).

#e49afc hex color red value is 228, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e49afc hue: 0.79 , saturation: 0.94 and the lightness value of e49afc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011010 11111100
Octal 344 232 374
Decimal 228 154 252
Hex E4 9A FC

RGB Percentages of Color #e49afc

%35.96
%24.29
%39.75

CMYK Percentages of Color #e49afc

%10
%39
%0
%1

Triadic Colors of #e49afc

#e49afc #fce49a #9afce4

Analogous Colors of #e49afc

#e49afc #fc9ae3 #b39afc

Monochromatic Colors of #e49afc

#e49afc

Complementary Color

#e49afc #b2fc9a

#e49afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49afc Color CSS Codes

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

#e49afc Text Font Color

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

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


#e49afc Background Color

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

This div background color is #e49afc


#e49afc Border Color

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

This div border color is #e49afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,154,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49afc


Comments

No comments written yet.

Please login to write comment.