Color Hex Logo

#e48ecd Color Hex

#E48ECD
(228,142,205)
0 Favorites   0 Comments

Color spaces of #e48ecd

RGB 228142205
HSL0.880.610.73
HSV316°38°89°
CMYK 0.000.380.10   0.11
XYZ52.687440.247862.7493
Yxy40.24780.33840.2585
Hunter Lab63.441237.2209-14.2346
CIE-Lab69.645741.5705-18.7707

#e48ecd color RGB value is (228,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 11001101
Octal 344 216 315
Decimal 228 142 205
Hex E4 8E CD

RGB Percentages of Color #e48ecd

%39.65
%24.70
%35.65

CMYK Percentages of Color #e48ecd

%0
%38
%10
%11

Triadic Colors of #e48ecd

#e48ecd #cde48e #8ecde4

Analogous Colors of #e48ecd

#e48ecd #e48ea2 #d08ee4

Monochromatic Colors of #e48ecd

#e48ecd

Complementary Color

#e48ecd #8ee4a5

#e48ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48ecd Color CSS Codes

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

#e48ecd Text Font Color

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

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


#e48ecd Background Color

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

This div background color is #e48ecd


#e48ecd Border Color

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

This div border color is #e48ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48ecd


Comments

No comments written yet.

Please login to write comment.