Color Hex Logo

#e38ede Color Hex

#E38EDE
(227,142,222)
0 Favorites   0 Comments

Color spaces of #e38ede

RGB 227142222
HSL0.840.600.72
HSV304°37°89°
CMYK 0.000.370.02   0.11
XYZ54.536440.950874.1372
Yxy40.95080.32150.2414
Hunter Lab63.992840.1351-23.8939
CIE-Lab70.141444.1832-27.4300

#e38ede color RGB value is (227,142,222).

#e38ede hex color red value is 227, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e38ede hue: 0.84 , saturation: 0.60 and the lightness value of e38ede is 0.72.

The process color (four color CMYK) of #e38ede color hex is 0.00, 0.37, 0.02, 0.11. Web safe color of #e38ede is #cc99cc. Color #e38ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 11011110
Octal 343 216 336
Decimal 227 142 222
Hex E3 8E DE

RGB Percentages of Color #e38ede

%38.41
%24.03
%37.56

CMYK Percentages of Color #e38ede

%0
%37
%2
%11

Triadic Colors of #e38ede

#e38ede #dee38e #8edee3

Analogous Colors of #e38ede

#e38ede #e38eb4 #be8ee3

Monochromatic Colors of #e38ede

#e38ede

Complementary Color

#e38ede #8ee393

#e38ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38ede Color CSS Codes

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

#e38ede Text Font Color

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

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


#e38ede Background Color

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

This div background color is #e38ede


#e38ede Border Color

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

This div border color is #e38ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38ede


Comments

No comments written yet.

Please login to write comment.