Color Hex Logo

#e38dfa Color Hex

#E38DFA
(227,141,250)
0 Favorites   0 Comments

Color spaces of #e38dfa

RGB 227141250
HSL0.800.920.77
HSV287°44°98°
CMYK 0.090.440.00   0.02
XYZ58.458742.282895.5228
Yxy42.28280.29790.2154
Hunter Lab65.025246.6802-41.5800
CIE-Lab71.065549.9312-41.3475

#e38dfa color RGB value is (227,141,250).

#e38dfa hex color red value is 227, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e38dfa hue: 0.80 , saturation: 0.92 and the lightness value of e38dfa is 0.77.

The process color (four color CMYK) of #e38dfa color hex is 0.09, 0.44, 0.00, 0.02. Web safe color of #e38dfa is #cc99ff. Color #e38dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001101 11111010
Octal 343 215 372
Decimal 227 141 250
Hex E3 8D FA

RGB Percentages of Color #e38dfa

%36.73
%22.82
%40.45

CMYK Percentages of Color #e38dfa

%9
%44
%0
%2

Triadic Colors of #e38dfa

#e38dfa #fae38d #8dfae3

Analogous Colors of #e38dfa

#e38dfa #fa8ddb #ad8dfa

Monochromatic Colors of #e38dfa

#e38dfa

Complementary Color

#e38dfa #a4fa8d

#e38dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38dfa Color CSS Codes

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

#e38dfa Text Font Color

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

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


#e38dfa Background Color

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

This div background color is #e38dfa


#e38dfa Border Color

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

This div border color is #e38dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38dfa


Comments

No comments written yet.

Please login to write comment.