Color Hex Logo

#e48ed3 Color Hex

#E48ED3
(228,142,211)
0 Favorites   0 Comments

Color spaces of #e48ed3

RGB 228142211
HSL0.870.610.73
HSV312°38°89°
CMYK 0.000.380.07   0.11
XYZ53.425840.543166.6378
Yxy40.54310.33260.2524
Hunter Lab63.673538.3435-17.4788
CIE-Lab69.854642.5798-21.7797

#e48ed3 color RGB value is (228,142,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 11010011
Octal 344 216 323
Decimal 228 142 211
Hex E4 8E D3

RGB Percentages of Color #e48ed3

%39.24
%24.44
%36.32

CMYK Percentages of Color #e48ed3

%0
%38
%7
%11

Triadic Colors of #e48ed3

#e48ed3 #d3e48e #8ed3e4

Analogous Colors of #e48ed3

#e48ed3 #e48ea8 #ca8ee4

Monochromatic Colors of #e48ed3

#e48ed3

Complementary Color

#e48ed3 #8ee49f

#e48ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48ed3 Color CSS Codes

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

#e48ed3 Text Font Color

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

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


#e48ed3 Background Color

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

This div background color is #e48ed3


#e48ed3 Border Color

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

This div border color is #e48ed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48ed3


Comments

No comments written yet.

Please login to write comment.