Color Hex Logo

#e849dc Color Hex

#E849DC
(232,73,220)
0 Favorites   0 Comments

Color spaces of #e849dc

RGB 23273220
HSL0.850.780.60
HSV305°69°91°
CMYK 0.000.690.05   0.09
XYZ48.579527.088270.3783
Yxy27.08820.33260.1855
Hunter Lab52.046375.5290-43.7409
CIE-Lab59.055976.2515-43.5177

#e849dc color RGB value is (232,73,220).

#e849dc hex color red value is 232, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e849dc hue: 0.85 , saturation: 0.78 and the lightness value of e849dc is 0.60.

The process color (four color CMYK) of #e849dc color hex is 0.00, 0.69, 0.05, 0.09. Web safe color of #e849dc is #ff33cc. Color #e849dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001001 11011100
Octal 350 111 334
Decimal 232 73 220
Hex E8 49 DC

RGB Percentages of Color #e849dc

%44.19
%13.90
%41.90

CMYK Percentages of Color #e849dc

%0
%69
%5
%9

Triadic Colors of #e849dc

#e849dc #dce849 #49dce8

Analogous Colors of #e849dc

#e849dc #e8498d #a549e8

Monochromatic Colors of #e849dc

#e849dc

Complementary Color

#e849dc #49e855

#e849dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e849dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e849dc Color CSS Codes

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

#e849dc Text Font Color

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

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


#e849dc Background Color

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

This div background color is #e849dc


#e849dc Border Color

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

This div border color is #e849dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,73,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e849dc


Comments

No comments written yet.

Please login to write comment.