Color Hex Logo

#e47aec Color Hex

#E47AEC
(228,122,236)
0 Favorites   0 Comments

Color spaces of #e47aec

RGB 228122236
HSL0.820.750.70
HSV296°48°93°
CMYK 0.030.480.00   0.07
XYZ54.094836.469283.5450
Yxy36.46920.31070.2095
Hunter Lab60.389754.2114-39.7508
CIE-Lab66.876957.1300-40.2068

#e47aec color RGB value is (228,122,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111010 11101100
Octal 344 172 354
Decimal 228 122 236
Hex E4 7A EC

RGB Percentages of Color #e47aec

%38.91
%20.82
%40.27

CMYK Percentages of Color #e47aec

%3
%48
%0
%7

Triadic Colors of #e47aec

#e47aec #ece47a #7aece4

Analogous Colors of #e47aec

#e47aec #ec7abb #ab7aec

Monochromatic Colors of #e47aec

#e47aec

Complementary Color

#e47aec #82ec7a

#e47aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47aec Color CSS Codes

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

#e47aec Text Font Color

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

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


#e47aec Background Color

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

This div background color is #e47aec


#e47aec Border Color

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

This div border color is #e47aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47aec


Comments

No comments written yet.

Please login to write comment.