Color Hex Logo

#e47293 Color Hex

#E47293
(228,114,147)
0 Favorites   0 Comments

Color spaces of #e47293

RGB 228114147
HSL0.950.680.67
HSV343°50°89°
CMYK 0.000.500.36   0.11
XYZ43.278730.635231.2359
Yxy30.63520.41160.2913
Hunter Lab55.349142.71235.2844
CIE-Lab62.198547.60202.9199

#e47293 color RGB value is (228,114,147).

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

The process color (four color CMYK) of #e47293 color hex is 0.00, 0.50, 0.36, 0.11. Web safe color of #e47293 is #cc6699. Color #e47293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 10010011
Octal 344 162 223
Decimal 228 114 147
Hex E4 72 93

RGB Percentages of Color #e47293

%46.63
%23.31
%30.06

CMYK Percentages of Color #e47293

%0
%50
%36
%11

Triadic Colors of #e47293

#e47293 #93e472 #7293e4

Analogous Colors of #e47293

#e47293 #e48a72 #e472cc

Monochromatic Colors of #e47293

#e47293

Complementary Color

#e47293 #72e4c3

#e47293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47293 Color CSS Codes

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

#e47293 Text Font Color

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

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


#e47293 Background Color

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

This div background color is #e47293


#e47293 Border Color

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

This div border color is #e47293


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,114,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47293


Comments

No comments written yet.

Please login to write comment.