Color Hex Logo

#e38dde Color Hex

#E38DDE
(227,141,222)
0 Favorites   0 Comments

Color spaces of #e38dde

RGB 227141222
HSL0.840.610.72
HSV303°38°89°
CMYK 0.000.380.02   0.11
XYZ54.388240.654674.0878
Yxy40.65460.32160.2404
Hunter Lab63.761040.6791-24.2600
CIE-Lab69.933244.7038-27.7499

#e38dde color RGB value is (227,141,222).

#e38dde hex color red value is 227, green value is 141 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e38dde hue: 0.84 , saturation: 0.61 and the lightness value of e38dde is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001101 11011110
Octal 343 215 336
Decimal 227 141 222
Hex E3 8D DE

RGB Percentages of Color #e38dde

%38.47
%23.90
%37.63

CMYK Percentages of Color #e38dde

%0
%38
%2
%11

Triadic Colors of #e38dde

#e38dde #dee38d #8ddee3

Analogous Colors of #e38dde

#e38dde #e38db3 #bd8de3

Monochromatic Colors of #e38dde

#e38dde

Complementary Color

#e38dde #8de392

#e38dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38dde Color CSS Codes

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

#e38dde Text Font Color

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

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


#e38dde Background Color

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

This div background color is #e38dde


#e38dde Border Color

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

This div border color is #e38dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,141,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e38dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e38dde;
  -webkit-box-shadow: 1px 1px 3px 2px #e38dde;
  box-shadow:         1px 1px 3px 2px #e38dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,141,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38dde


Comments

No comments written yet.

Please login to write comment.