Color Hex Logo

#e38eff Color Hex

#E38EFF
(227,142,255)
0 Favorites   0 Comments

Color spaces of #e38eff

RGB 227142255
HSL0.791.000.78
HSV285°44°100°
CMYK 0.110.440.00   0.00
XYZ59.401642.896999.7569
Yxy42.89690.29400.2123
Hunter Lab65.495747.2737-44.4579
CIE-Lab71.484950.3971-43.4124

#e38eff color RGB value is (227,142,255).

#e38eff hex color red value is 227, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e38eff hue: 0.79 , saturation: 1.00 and the lightness value of e38eff is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 11111111
Octal 343 216 377
Decimal 227 142 255
Hex E3 8E FF

RGB Percentages of Color #e38eff

%36.38
%22.76
%40.87

CMYK Percentages of Color #e38eff

%11
%44
%0
%0

Triadic Colors of #e38eff

#e38eff #ffe38e #8effe3

Analogous Colors of #e38eff

#e38eff #ff8ee3 #ab8eff

Monochromatic Colors of #e38eff

#e38eff

Complementary Color

#e38eff #aaff8e

#e38eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38eff Color CSS Codes

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

#e38eff Text Font Color

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

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


#e38eff Background Color

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

This div background color is #e38eff


#e38eff Border Color

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

This div border color is #e38eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38eff

Related Colors

#e38eff Color Palettes


Comments

No comments written yet.

Please login to write comment.