Color Hex Logo

#e38eee Color Hex

#E38EEE
(227,142,238)
0 Favorites   0 Comments

Color spaces of #e38eee

RGB 227142238
HSL0.810.740.75
HSV293°40°93°
CMYK 0.050.400.00   0.07
XYZ56.784241.849985.9739
Yxy41.84990.30760.2267
Hunter Lab64.691543.4717-33.5114
CIE-Lab70.767347.1170-35.2566

#e38eee color RGB value is (227,142,238).

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

The process color (four color CMYK) of #e38eee color hex is 0.05, 0.40, 0.00, 0.07. Web safe color of #e38eee is #cc99ff. Color #e38eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 11101110
Octal 343 216 356
Decimal 227 142 238
Hex E3 8E EE

RGB Percentages of Color #e38eee

%37.40
%23.39
%39.21

CMYK Percentages of Color #e38eee

%5
%40
%0
%7

Triadic Colors of #e38eee

#e38eee #eee38e #8eeee3

Analogous Colors of #e38eee

#e38eee #ee8ec9 #b38eee

Monochromatic Colors of #e38eee

#e38eee

Complementary Color

#e38eee #99ee8e

#e38eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38eee Color CSS Codes

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

#e38eee Text Font Color

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

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


#e38eee Background Color

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

This div background color is #e38eee


#e38eee Border Color

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

This div border color is #e38eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38eee


Comments

No comments written yet.

Please login to write comment.