Color Hex Logo

#e38efe Color Hex

#E38EFE
(227,142,254)
0 Favorites   0 Comments

Color spaces of #e38efe

RGB 227142254
HSL0.790.980.78
HSV286°44°100°
CMYK 0.110.440.00   0.00
XYZ59.240942.832798.9111
Yxy42.83270.29480.2131
Hunter Lab65.446747.0425-43.7937
CIE-Lab71.441350.1994-42.9371

#e38efe color RGB value is (227,142,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 11111110
Octal 343 216 376
Decimal 227 142 254
Hex E3 8E FE

RGB Percentages of Color #e38efe

%36.44
%22.79
%40.77

CMYK Percentages of Color #e38efe

%11
%44
%0
%0

Triadic Colors of #e38efe

#e38efe #fee38e #8efee3

Analogous Colors of #e38efe

#e38efe #fe8ee1 #ab8efe

Monochromatic Colors of #e38efe

#e38efe

Complementary Color

#e38efe #a9fe8e

#e38efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38efe Color CSS Codes

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

#e38efe Text Font Color

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

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


#e38efe Background Color

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

This div background color is #e38efe


#e38efe Border Color

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

This div border color is #e38efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38efe


Comments

No comments written yet.

Please login to write comment.