Color Hex Logo

#e46fbe Color Hex

#E46FBE
(228,111,190)
0 Favorites   0 Comments

Color spaces of #e46fbe

RGB 228111190
HSL0.890.680.66
HSV319°51°89°
CMYK 0.000.510.17   0.11
XYZ46.973631.580652.3351
Yxy31.58060.35890.2413
Hunter Lab56.196650.8604-15.8783
CIE-Lab62.994754.8191-20.4680

#e46fbe color RGB value is (228,111,190).

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

The process color (four color CMYK) of #e46fbe color hex is 0.00, 0.51, 0.17, 0.11. Web safe color of #e46fbe is #cc66cc. Color #e46fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101111 10111110
Octal 344 157 276
Decimal 228 111 190
Hex E4 6F BE

RGB Percentages of Color #e46fbe

%43.10
%20.98
%35.92

CMYK Percentages of Color #e46fbe

%0
%51
%17
%11

Triadic Colors of #e46fbe

#e46fbe #bee46f #6fbee4

Analogous Colors of #e46fbe

#e46fbe #e46f84 #d06fe4

Monochromatic Colors of #e46fbe

#e46fbe

Complementary Color

#e46fbe #6fe495

#e46fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46fbe Color CSS Codes

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

#e46fbe Text Font Color

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

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


#e46fbe Background Color

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

This div background color is #e46fbe


#e46fbe Border Color

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

This div border color is #e46fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46fbe


Comments

No comments written yet.

Please login to write comment.