Color Hex Logo

#e46fae Color Hex

#E46FAE
(228,111,174)
0 Favorites   0 Comments

Color spaces of #e46fae

RGB 228111174
HSL0.910.680.66
HSV328°51°89°
CMYK 0.000.510.24   0.11
XYZ45.319330.918943.6237
Yxy30.91890.37810.2580
Hunter Lab55.604848.1737-7.5915
CIE-Lab62.439152.5178-12.2009

#e46fae color RGB value is (228,111,174).

#e46fae hex color red value is 228, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e46fae hue: 0.91 , saturation: 0.68 and the lightness value of e46fae is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101111 10101110
Octal 344 157 256
Decimal 228 111 174
Hex E4 6F AE

RGB Percentages of Color #e46fae

%44.44
%21.64
%33.92

CMYK Percentages of Color #e46fae

%0
%51
%24
%11

Triadic Colors of #e46fae

#e46fae #aee46f #6faee4

Analogous Colors of #e46fae

#e46fae #e46f74 #e06fe4

Monochromatic Colors of #e46fae

#e46fae

Complementary Color

#e46fae #6fe4a5

#e46fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46fae Color CSS Codes

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

#e46fae Text Font Color

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

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


#e46fae Background Color

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

This div background color is #e46fae


#e46fae Border Color

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

This div border color is #e46fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46fae


Comments

No comments written yet.

Please login to write comment.