Color Hex Logo

#e48ecf Color Hex

#E48ECF
(228,142,207)
0 Favorites   0 Comments

Color spaces of #e48ecf

RGB 228142207
HSL0.870.610.73
HSV315°38°89°
CMYK 0.000.380.09   0.11
XYZ52.930440.345064.0291
Yxy40.34500.33650.2565
Hunter Lab63.517737.5911-15.3049
CIE-Lab69.714641.9041-19.7758

#e48ecf color RGB value is (228,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 11001111
Octal 344 216 317
Decimal 228 142 207
Hex E4 8E CF

RGB Percentages of Color #e48ecf

%39.51
%24.61
%35.88

CMYK Percentages of Color #e48ecf

%0
%38
%9
%11

Triadic Colors of #e48ecf

#e48ecf #cfe48e #8ecfe4

Analogous Colors of #e48ecf

#e48ecf #e48ea4 #ce8ee4

Monochromatic Colors of #e48ecf

#e48ecf

Complementary Color

#e48ecf #8ee4a3

#e48ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48ecf Color CSS Codes

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

#e48ecf Text Font Color

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

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


#e48ecf Background Color

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

This div background color is #e48ecf


#e48ecf Border Color

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

This div border color is #e48ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48ecf


Comments

No comments written yet.

Please login to write comment.