Color Hex Logo

#e46fab Color Hex

#E46FAB
(228,111,171)
0 Favorites   0 Comments

Color spaces of #e46fab

RGB 228111171
HSL0.910.680.66
HSV329°51°89°
CMYK 0.000.510.25   0.11
XYZ45.030030.803142.1003
Yxy30.80310.38180.2612
Hunter Lab55.500547.6989-6.1244
CIE-Lab62.341152.1075-10.6333

#e46fab color RGB value is (228,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101111 10101011
Octal 344 157 253
Decimal 228 111 171
Hex E4 6F AB

RGB Percentages of Color #e46fab

%44.71
%21.76
%33.53

CMYK Percentages of Color #e46fab

%0
%51
%25
%11

Triadic Colors of #e46fab

#e46fab #abe46f #6fabe4

Analogous Colors of #e46fab

#e46fab #e46f71 #e36fe4

Monochromatic Colors of #e46fab

#e46fab

Complementary Color

#e46fab #6fe4a8

#e46fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46fab Color CSS Codes

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

#e46fab Text Font Color

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

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


#e46fab Background Color

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

This div background color is #e46fab


#e46fab Border Color

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

This div border color is #e46fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46fab


Comments

No comments written yet.

Please login to write comment.