Color Hex Logo

#e849fa Color Hex

#E849FA
(232,73,250)
0 Favorites   0 Comments

Color spaces of #e849fa

RGB 23273250
HSL0.820.950.63
HSV294°71°98°
CMYK 0.070.710.00   0.02
XYZ52.916628.823093.2169
Yxy28.82300.30250.1647
Hunter Lab53.687181.9860-65.3644
CIE-Lab60.625181.0470-57.7950

#e849fa color RGB value is (232,73,250).

#e849fa hex color red value is 232, green value is 73 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e849fa hue: 0.82 , saturation: 0.95 and the lightness value of e849fa is 0.63.

The process color (four color CMYK) of #e849fa color hex is 0.07, 0.71, 0.00, 0.02. Web safe color of #e849fa is #ff33ff. Color #e849fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001001 11111010
Octal 350 111 372
Decimal 232 73 250
Hex E8 49 FA

RGB Percentages of Color #e849fa

%41.80
%13.15
%45.05

CMYK Percentages of Color #e849fa

%7
%71
%0
%2

Triadic Colors of #e849fa

#e849fa #fae849 #49fae8

Analogous Colors of #e849fa

#e849fa #fa49b4 #9049fa

Monochromatic Colors of #e849fa

#e849fa

Complementary Color

#e849fa #5bfa49

#e849fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e849fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e849fa Color CSS Codes

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

#e849fa Text Font Color

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

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


#e849fa Background Color

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

This div background color is #e849fa


#e849fa Border Color

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

This div border color is #e849fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e849fa

Related Colors


Comments

No comments written yet.

Please login to write comment.