Color Hex Logo

#e38efa Color Hex

#E38EFA
(227,142,250)
0 Favorites   0 Comments

Color spaces of #e38efa

RGB 227142250
HSL0.800.920.77
HSV287°43°98°
CMYK 0.090.430.00   0.02
XYZ58.606942.579095.5721
Yxy42.57900.29790.2164
Hunter Lab65.252646.1285-41.1622
CIE-Lab71.268349.4160-41.0308

#e38efa color RGB value is (227,142,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 11111010
Octal 343 216 372
Decimal 227 142 250
Hex E3 8E FA

RGB Percentages of Color #e38efa

%36.67
%22.94
%40.39

CMYK Percentages of Color #e38efa

%9
%43
%0
%2

Triadic Colors of #e38efa

#e38efa #fae38e #8efae3

Analogous Colors of #e38efa

#e38efa #fa8edb #ad8efa

Monochromatic Colors of #e38efa

#e38efa

Complementary Color

#e38efa #a5fa8e

#e38efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38efa Color CSS Codes

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

#e38efa Text Font Color

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

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


#e38efa Background Color

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

This div background color is #e38efa


#e38efa Border Color

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

This div border color is #e38efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,142,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 #e38efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38efa

#e38efa Color Palettes


Comments

No comments written yet.

Please login to write comment.