Color Hex Logo

#e46890 Color Hex

#E46890
(228,104,144)
0 Favorites   0 Comments

Color spaces of #e46890

RGB 228104144
HSL0.950.700.65
HSV341°54°89°
CMYK 0.000.540.37   0.11
XYZ41.979328.408229.6563
Yxy28.40820.41960.2840
Hunter Lab53.299347.31524.3200
CIE-Lab60.255752.08691.8325

#e46890 color RGB value is (228,104,144).

#e46890 hex color red value is 228, green value is 104 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e46890 hue: 0.95 , saturation: 0.70 and the lightness value of e46890 is 0.65.

The process color (four color CMYK) of #e46890 color hex is 0.00, 0.54, 0.37, 0.11. Web safe color of #e46890 is #cc6699. Color #e46890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101000 10010000
Octal 344 150 220
Decimal 228 104 144
Hex E4 68 90

RGB Percentages of Color #e46890

%47.90
%21.85
%30.25

CMYK Percentages of Color #e46890

%0
%54
%37
%11

Triadic Colors of #e46890

#e46890 #90e468 #6890e4

Analogous Colors of #e46890

#e46890 #e47e68 #e468ce

Monochromatic Colors of #e46890

#e46890

Complementary Color

#e46890 #68e4bc

#e46890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46890 Color CSS Codes

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

#e46890 Text Font Color

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

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


#e46890 Background Color

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

This div background color is #e46890


#e46890 Border Color

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

This div border color is #e46890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46890


Comments

No comments written yet.

Please login to write comment.