Color Hex Logo

#e47fae Color Hex

#E47FAE
(228,127,174)
0 Favorites   0 Comments

Color spaces of #e47fae

RGB 228127174
HSL0.920.650.70
HSV332°44°89°
CMYK 0.000.440.24   0.11
XYZ47.224334.728744.2587
Yxy34.72870.37420.2752
Hunter Lab58.931139.9113-3.2765
CIE-Lab65.536944.5635-7.5718

#e47fae color RGB value is (228,127,174).

#e47fae hex color red value is 228, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e47fae hue: 0.92 , saturation: 0.65 and the lightness value of e47fae is 0.70.

The process color (four color CMYK) of #e47fae color hex is 0.00, 0.44, 0.24, 0.11. Web safe color of #e47fae is #cc6699. Color #e47fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111111 10101110
Octal 344 177 256
Decimal 228 127 174
Hex E4 7F AE

RGB Percentages of Color #e47fae

%43.10
%24.01
%32.89

CMYK Percentages of Color #e47fae

%0
%44
%24
%11

Triadic Colors of #e47fae

#e47fae #aee47f #7faee4

Analogous Colors of #e47fae

#e47fae #e4837f #e47fe1

Monochromatic Colors of #e47fae

#e47fae

Complementary Color

#e47fae #7fe4b5

#e47fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47fae Color CSS Codes

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

#e47fae Text Font Color

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

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


#e47fae Background Color

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

This div background color is #e47fae


#e47fae Border Color

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

This div border color is #e47fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47fae


Comments

No comments written yet.

Please login to write comment.