Color Hex Logo

#e48fbe Color Hex

#E48FBE
(228,143,190)
0 Favorites   0 Comments

Color spaces of #e48fbe

RGB 228143190
HSL0.910.610.73
HSV327°37°89°
CMYK 0.000.370.17   0.11
XYZ51.111639.856653.7144
Yxy39.85660.35330.2755
Hunter Lab63.132134.0321-6.2530
CIE-Lab69.367338.6342-10.8453

#e48fbe color RGB value is (228,143,190).

#e48fbe hex color red value is 228, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e48fbe hue: 0.91 , saturation: 0.61 and the lightness value of e48fbe is 0.73.

The process color (four color CMYK) of #e48fbe color hex is 0.00, 0.37, 0.17, 0.11. Web safe color of #e48fbe is #cc99cc. Color #e48fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001111 10111110
Octal 344 217 276
Decimal 228 143 190
Hex E4 8F BE

RGB Percentages of Color #e48fbe

%40.64
%25.49
%33.87

CMYK Percentages of Color #e48fbe

%0
%37
%17
%11

Triadic Colors of #e48fbe

#e48fbe #bee48f #8fbee4

Analogous Colors of #e48fbe

#e48fbe #e48f94 #e08fe4

Monochromatic Colors of #e48fbe

#e48fbe

Complementary Color

#e48fbe #8fe4b5

#e48fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48fbe Color CSS Codes

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

#e48fbe Text Font Color

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

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


#e48fbe Background Color

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

This div background color is #e48fbe


#e48fbe Border Color

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

This div border color is #e48fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48fbe


Comments

No comments written yet.

Please login to write comment.