Color Hex Logo

#e49cfa Color Hex

#E49CFA
(228,156,250)
0 Favorites   0 Comments

Color spaces of #e49cfa

RGB 228156250
HSL0.790.900.80
HSV286°38°98°
CMYK 0.090.380.00   0.02
XYZ61.138747.173096.3254
Yxy47.17300.29880.2305
Hunter Lab68.682638.6995-35.0747
CIE-Lab74.300342.3890-36.3050

#e49cfa color RGB value is (228,156,250).

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

The process color (four color CMYK) of #e49cfa color hex is 0.09, 0.38, 0.00, 0.02. Web safe color of #e49cfa is #cc99ff. Color #e49cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011100 11111010
Octal 344 234 372
Decimal 228 156 250
Hex E4 9C FA

RGB Percentages of Color #e49cfa

%35.96
%24.61
%39.43

CMYK Percentages of Color #e49cfa

%9
%38
%0
%2

Triadic Colors of #e49cfa

#e49cfa #fae49c #9cfae4

Analogous Colors of #e49cfa

#e49cfa #fa9ce1 #b59cfa

Monochromatic Colors of #e49cfa

#e49cfa

Complementary Color

#e49cfa #b2fa9c

#e49cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49cfa Color CSS Codes

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

#e49cfa Text Font Color

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

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


#e49cfa Background Color

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

This div background color is #e49cfa


#e49cfa Border Color

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

This div border color is #e49cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49cfa


Comments

No comments written yet.

Please login to write comment.