Color Hex Logo

#e47deb Color Hex

#E47DEB
(228,125,235)
0 Favorites   0 Comments

Color spaces of #e47deb

RGB 228125235
HSL0.820.730.71
HSV296°47°92°
CMYK 0.030.470.00   0.08
XYZ54.323937.159482.9066
Yxy37.15940.31150.2131
Hunter Lab60.958552.3950-37.9664
CIE-Lab67.396455.4747-38.8434

#e47deb color RGB value is (228,125,235).

#e47deb hex color red value is 228, green value is 125 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e47deb hue: 0.82 , saturation: 0.73 and the lightness value of e47deb is 0.71.

The process color (four color CMYK) of #e47deb color hex is 0.03, 0.47, 0.00, 0.08. Web safe color of #e47deb is #cc66ff. Color #e47deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111101 11101011
Octal 344 175 353
Decimal 228 125 235
Hex E4 7D EB

RGB Percentages of Color #e47deb

%38.78
%21.26
%39.97

CMYK Percentages of Color #e47deb

%3
%47
%0
%8

Triadic Colors of #e47deb

#e47deb #ebe47d #7debe4

Analogous Colors of #e47deb

#e47deb #eb7dbb #ad7deb

Monochromatic Colors of #e47deb

#e47deb

Complementary Color

#e47deb #84eb7d

#e47deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47deb Color CSS Codes

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

#e47deb Text Font Color

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

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


#e47deb Background Color

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

This div background color is #e47deb


#e47deb Border Color

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

This div border color is #e47deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47deb


Comments

No comments written yet.

Please login to write comment.