Color Hex Logo

#e48ecb Color Hex

#E48ECB
(228,142,203)
0 Favorites   0 Comments

Color spaces of #e48ecb

RGB 228142203
HSL0.880.610.73
HSV317°38°89°
CMYK 0.000.380.11   0.11
XYZ52.447440.151861.4857
Yxy40.15180.34040.2606
Hunter Lab63.365436.8544-13.1753
CIE-Lab69.577541.2397-17.7634

#e48ecb color RGB value is (228,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 11001011
Octal 344 216 313
Decimal 228 142 203
Hex E4 8E CB

RGB Percentages of Color #e48ecb

%39.79
%24.78
%35.43

CMYK Percentages of Color #e48ecb

%0
%38
%11
%11

Triadic Colors of #e48ecb

#e48ecb #cbe48e #8ecbe4

Analogous Colors of #e48ecb

#e48ecb #e48ea0 #d28ee4

Monochromatic Colors of #e48ecb

#e48ecb

Complementary Color

#e48ecb #8ee4a7

#e48ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48ecb Color CSS Codes

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

#e48ecb Text Font Color

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

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


#e48ecb Background Color

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

This div background color is #e48ecb


#e48ecb Border Color

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

This div border color is #e48ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48ecb


Comments

No comments written yet.

Please login to write comment.