Color Hex Logo

#e46fac Color Hex

#E46FAC
(228,111,172)
0 Favorites   0 Comments

Color spaces of #e46fac

RGB 228111172
HSL0.910.680.66
HSV329°51°89°
CMYK 0.000.510.25   0.11
XYZ45.125730.841442.6043
Yxy30.84140.38060.2601
Hunter Lab55.535047.8561-6.6104
CIE-Lab62.373552.2435-11.1564

#e46fac color RGB value is (228,111,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101111 10101100
Octal 344 157 254
Decimal 228 111 172
Hex E4 6F AC

RGB Percentages of Color #e46fac

%44.62
%21.72
%33.66

CMYK Percentages of Color #e46fac

%0
%51
%25
%11

Triadic Colors of #e46fac

#e46fac #ace46f #6face4

Analogous Colors of #e46fac

#e46fac #e46f72 #e26fe4

Monochromatic Colors of #e46fac

#e46fac

Complementary Color

#e46fac #6fe4a7

#e46fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46fac Color CSS Codes

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

#e46fac Text Font Color

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

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


#e46fac Background Color

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

This div background color is #e46fac


#e46fac Border Color

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

This div border color is #e46fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46fac


Comments

No comments written yet.

Please login to write comment.