Color Hex Logo

#e47cec Color Hex

#E47CEC
(228,124,236)
0 Favorites   0 Comments

Color spaces of #e47cec

RGB 228124236
HSL0.820.750.71
HSV296°47°93°
CMYK 0.030.470.00   0.07
XYZ54.342936.965483.6277
Yxy36.96540.31060.2113
Hunter Lab60.799253.1465-38.9924
CIE-Lab67.251156.1497-39.6220

#e47cec color RGB value is (228,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111100 11101100
Octal 344 174 354
Decimal 228 124 236
Hex E4 7C EC

RGB Percentages of Color #e47cec

%38.78
%21.09
%40.14

CMYK Percentages of Color #e47cec

%3
%47
%0
%7

Triadic Colors of #e47cec

#e47cec #ece47c #7cece4

Analogous Colors of #e47cec

#e47cec #ec7cbc #ac7cec

Monochromatic Colors of #e47cec

#e47cec

Complementary Color

#e47cec #84ec7c

#e47cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47cec Color CSS Codes

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

#e47cec Text Font Color

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

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


#e47cec Background Color

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

This div background color is #e47cec


#e47cec Border Color

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

This div border color is #e47cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47cec


Comments

No comments written yet.

Please login to write comment.