Color Hex Logo

#e47ace Color Hex

#E47ACE
(228,122,206)
0 Favorites   0 Comments

Color spaces of #e47ace

RGB 228122206
HSL0.870.660.69
HSV312°46°89°
CMYK 0.000.460.10   0.11
XYZ50.095034.869362.4827
Yxy34.86930.33970.2365
Hunter Lab59.050248.0918-21.4012
CIE-Lab65.646851.9570-25.4293

#e47ace color RGB value is (228,122,206).

#e47ace hex color red value is 228, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e47ace hue: 0.87 , saturation: 0.66 and the lightness value of e47ace is 0.69.

The process color (four color CMYK) of #e47ace color hex is 0.00, 0.46, 0.10, 0.11. Web safe color of #e47ace is #cc66cc. Color #e47ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111010 11001110
Octal 344 172 316
Decimal 228 122 206
Hex E4 7A CE

RGB Percentages of Color #e47ace

%41.01
%21.94
%37.05

CMYK Percentages of Color #e47ace

%0
%46
%10
%11

Triadic Colors of #e47ace

#e47ace #cee47a #7acee4

Analogous Colors of #e47ace

#e47ace #e47a99 #c57ae4

Monochromatic Colors of #e47ace

#e47ace

Complementary Color

#e47ace #7ae490

#e47ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ace Color CSS Codes

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

#e47ace Text Font Color

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

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


#e47ace Background Color

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

This div background color is #e47ace


#e47ace Border Color

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

This div border color is #e47ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ace


Comments

No comments written yet.

Please login to write comment.