Color Hex Logo

#e38ddf Color Hex

#E38DDF
(227,141,223)
0 Favorites   0 Comments

Color spaces of #e38ddf

RGB 227141223
HSL0.840.610.72
HSV303°38°89°
CMYK 0.000.380.02   0.11
XYZ54.522740.708474.7959
Yxy40.70840.32070.2394
Hunter Lab63.803140.8809-24.8430
CIE-Lab69.971144.8824-28.2432

#e38ddf color RGB value is (227,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001101 11011111
Octal 343 215 337
Decimal 227 141 223
Hex E3 8D DF

RGB Percentages of Color #e38ddf

%38.41
%23.86
%37.73

CMYK Percentages of Color #e38ddf

%0
%38
%2
%11

Triadic Colors of #e38ddf

#e38ddf #dfe38d #8ddfe3

Analogous Colors of #e38ddf

#e38ddf #e38db4 #bc8de3

Monochromatic Colors of #e38ddf

#e38ddf

Complementary Color

#e38ddf #8de391

#e38ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38ddf Color CSS Codes

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

#e38ddf Text Font Color

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

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


#e38ddf Background Color

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

This div background color is #e38ddf


#e38ddf Border Color

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

This div border color is #e38ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38ddf


Comments

No comments written yet.

Please login to write comment.