Color Hex Logo

#e38eef Color Hex

#E38EEF
(227,142,239)
0 Favorites   0 Comments

Color spaces of #e38eef

RGB 227142239
HSL0.810.750.75
HSV293°41°94°
CMYK 0.050.410.00   0.06
XYZ56.931541.908986.7500
Yxy41.90890.30680.2258
Hunter Lab64.737143.6877-34.1348
CIE-Lab70.808147.3051-35.7409

#e38eef color RGB value is (227,142,239).

#e38eef hex color red value is 227, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e38eef hue: 0.81 , saturation: 0.75 and the lightness value of e38eef is 0.75.

The process color (four color CMYK) of #e38eef color hex is 0.05, 0.41, 0.00, 0.06. Web safe color of #e38eef is #cc99ff. Color #e38eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 11101111
Octal 343 216 357
Decimal 227 142 239
Hex E3 8E EF

RGB Percentages of Color #e38eef

%37.34
%23.36
%39.31

CMYK Percentages of Color #e38eef

%5
%41
%0
%6

Triadic Colors of #e38eef

#e38eef #efe38e #8eefe3

Analogous Colors of #e38eef

#e38eef #ef8ecb #b38eef

Monochromatic Colors of #e38eef

#e38eef

Complementary Color

#e38eef #9aef8e

#e38eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38eef Color CSS Codes

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

#e38eef Text Font Color

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

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


#e38eef Background Color

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

This div background color is #e38eef


#e38eef Border Color

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

This div border color is #e38eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38eef


Comments

No comments written yet.

Please login to write comment.