Color Hex Logo

#e47890 Color Hex

#E47890
(228,120,144)
0 Favorites   0 Comments

Color spaces of #e47890

RGB 228120144
HSL0.960.670.68
HSV347°47°89°
CMYK 0.000.470.37   0.11
XYZ43.745431.940530.2451
Yxy31.94050.41300.3015
Hunter Lab56.515939.26277.8315
CIE-Lab63.293744.25906.2179

#e47890 color RGB value is (228,120,144).

#e47890 hex color red value is 228, green value is 120 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e47890 hue: 0.96 , saturation: 0.67 and the lightness value of e47890 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 10010000
Octal 344 170 220
Decimal 228 120 144
Hex E4 78 90

RGB Percentages of Color #e47890

%46.34
%24.39
%29.27

CMYK Percentages of Color #e47890

%0
%47
%37
%11

Triadic Colors of #e47890

#e47890 #90e478 #7890e4

Analogous Colors of #e47890

#e47890 #e49678 #e478c6

Monochromatic Colors of #e47890

#e47890

Complementary Color

#e47890 #78e4cc

#e47890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47890 Color CSS Codes

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

#e47890 Text Font Color

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

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


#e47890 Background Color

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

This div background color is #e47890


#e47890 Border Color

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

This div border color is #e47890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47890


Comments

No comments written yet.

Please login to write comment.