Color Hex Logo

#e84299 Color Hex

#E84299
(232,66,153)
0 Favorites   0 Comments

Color spaces of #e84299

RGB 23266153
HSL0.910.780.58
HSV329°72°91°
CMYK 0.000.720.34   0.09
XYZ40.976723.352132.4847
Yxy23.35210.42330.2412
Hunter Lab48.324066.7934-6.0295
CIE-Lab55.433269.8180-10.4793

#e84299 color RGB value is (232,66,153).

#e84299 hex color red value is 232, green value is 66 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e84299 hue: 0.91 , saturation: 0.78 and the lightness value of e84299 is 0.58.

The process color (four color CMYK) of #e84299 color hex is 0.00, 0.72, 0.34, 0.09. Web safe color of #e84299 is #ff3399. Color #e84299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000010 10011001
Octal 350 102 231
Decimal 232 66 153
Hex E8 42 99

RGB Percentages of Color #e84299

%51.44
%14.63
%33.92

CMYK Percentages of Color #e84299

%0
%72
%34
%9

Triadic Colors of #e84299

#e84299 #99e842 #4299e8

Analogous Colors of #e84299

#e84299 #e84246 #e442e8

Monochromatic Colors of #e84299

#e84299

Complementary Color

#e84299 #42e891

#e84299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84299 Color CSS Codes

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

#e84299 Text Font Color

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

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


#e84299 Background Color

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

This div background color is #e84299


#e84299 Border Color

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

This div border color is #e84299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84299


Comments

No comments written yet.

Please login to write comment.