Color Hex Logo

#e49bfe Color Hex

#E49BFE
(228,155,254)
0 Favorites   0 Comments

Color spaces of #e49bfe

RGB 228155254
HSL0.790.980.80
HSV284°39°100°
CMYK 0.100.390.00   0.00
XYZ61.605647.092499.6087
Yxy47.09240.29570.2261
Hunter Lab68.623940.1526-38.0237
CIE-Lab74.248843.7067-38.5508

#e49bfe color RGB value is (228,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011011 11111110
Octal 344 233 376
Decimal 228 155 254
Hex E4 9B FE

RGB Percentages of Color #e49bfe

%35.79
%24.33
%39.87

CMYK Percentages of Color #e49bfe

%10
%39
%0
%0

Triadic Colors of #e49bfe

#e49bfe #fee49b #9bfee4

Analogous Colors of #e49bfe

#e49bfe #fe9be7 #b39bfe

Monochromatic Colors of #e49bfe

#e49bfe

Complementary Color

#e49bfe #b5fe9b

#e49bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49bfe Color CSS Codes

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

#e49bfe Text Font Color

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

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


#e49bfe Background Color

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

This div background color is #e49bfe


#e49bfe Border Color

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

This div border color is #e49bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.