Color Hex Logo

#e47eec Color Hex

#E47EEC
(228,126,236)
0 Favorites   0 Comments

Color spaces of #e47eec

RGB 228126236
HSL0.820.740.71
HSV296°47°93°
CMYK 0.030.470.00   0.07
XYZ54.596137.471883.7121
Yxy37.47180.31060.2132
Hunter Lab61.214252.0768-38.2307
CIE-Lab67.629555.1620-39.0311

#e47eec color RGB value is (228,126,236).

#e47eec hex color red value is 228, green value is 126 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e47eec hue: 0.82 , saturation: 0.74 and the lightness value of e47eec is 0.71.

The process color (four color CMYK) of #e47eec color hex is 0.03, 0.47, 0.00, 0.07. Web safe color of #e47eec is #cc66ff. Color #e47eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 11101100
Octal 344 176 354
Decimal 228 126 236
Hex E4 7E EC

RGB Percentages of Color #e47eec

%38.64
%21.36
%40.00

CMYK Percentages of Color #e47eec

%3
%47
%0
%7

Triadic Colors of #e47eec

#e47eec #ece47e #7eece4

Analogous Colors of #e47eec

#e47eec #ec7ebd #ad7eec

Monochromatic Colors of #e47eec

#e47eec

Complementary Color

#e47eec #86ec7e

#e47eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47eec Color CSS Codes

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

#e47eec Text Font Color

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

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


#e47eec Background Color

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

This div background color is #e47eec


#e47eec Border Color

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

This div border color is #e47eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47eec


Comments

No comments written yet.

Please login to write comment.