Color Hex Logo

#e48ebf Color Hex

#E48EBF
(228,142,191)
1 Favorites   0 Comments

Color spaces of #e48ebf

RGB 228142191
HSL0.910.610.73
HSV326°38°89°
CMYK 0.000.380.16   0.11
XYZ51.071939.601654.2423
Yxy39.60160.35240.2733
Hunter Lab62.929834.7380-7.0541
CIE-Lab69.184839.3153-11.6759

#e48ebf color RGB value is (228,142,191).

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

The process color (four color CMYK) of #e48ebf color hex is 0.00, 0.38, 0.16, 0.11. Web safe color of #e48ebf is #cc99cc. Color #e48ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 10111111
Octal 344 216 277
Decimal 228 142 191
Hex E4 8E BF

RGB Percentages of Color #e48ebf

%40.64
%25.31
%34.05

CMYK Percentages of Color #e48ebf

%0
%38
%16
%11

Triadic Colors of #e48ebf

#e48ebf #bfe48e #8ebfe4

Analogous Colors of #e48ebf

#e48ebf #e48e94 #de8ee4

Monochromatic Colors of #e48ebf

#e48ebf

Complementary Color

#e48ebf #8ee4b3

#e48ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48ebf Color CSS Codes

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

#e48ebf Text Font Color

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

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


#e48ebf Background Color

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

This div background color is #e48ebf


#e48ebf Border Color

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

This div border color is #e48ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48ebf


Comments

No comments written yet.

Please login to write comment.