Color Hex Logo

#e84490 Color Hex

#E84490
(232,68,144)
0 Favorites   0 Comments

Color spaces of #e84490

RGB 23268144
HSL0.920.780.59
HSV332°71°91°
CMYK 0.000.710.38   0.09
XYZ40.379923.303728.7554
Yxy23.30370.43680.2521
Hunter Lab48.273964.8314-1.5256
CIE-Lab55.383868.1881-5.2412

#e84490 color RGB value is (232,68,144).

#e84490 hex color red value is 232, green value is 68 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e84490 hue: 0.92 , saturation: 0.78 and the lightness value of e84490 is 0.59.

The process color (four color CMYK) of #e84490 color hex is 0.00, 0.71, 0.38, 0.09. Web safe color of #e84490 is #ff3399. Color #e84490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000100 10010000
Octal 350 104 220
Decimal 232 68 144
Hex E8 44 90

RGB Percentages of Color #e84490

%52.25
%15.32
%32.43

CMYK Percentages of Color #e84490

%0
%71
%38
%9

Triadic Colors of #e84490

#e84490 #90e844 #4490e8

Analogous Colors of #e84490

#e84490 #e84a44 #e844e2

Monochromatic Colors of #e84490

#e84490

Complementary Color

#e84490 #44e89c

#e84490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84490 Color CSS Codes

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

#e84490 Text Font Color

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

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


#e84490 Background Color

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

This div background color is #e84490


#e84490 Border Color

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

This div border color is #e84490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84490


Comments

No comments written yet.

Please login to write comment.