Color Hex Logo

#e38ebe Color Hex

#E38EBE
(227,142,190)
0 Favorites   0 Comments

Color spaces of #e38ebe

RGB 227142190
HSL0.910.600.72
HSV326°37°89°
CMYK 0.000.370.16   0.11
XYZ50.645839.394653.6498
Yxy39.39460.35250.2742
Hunter Lab62.765134.1945-6.7438
CIE-Lab69.036138.8225-11.3528

#e38ebe color RGB value is (227,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 10111110
Octal 343 216 276
Decimal 227 142 190
Hex E3 8E BE

RGB Percentages of Color #e38ebe

%40.61
%25.40
%33.99

CMYK Percentages of Color #e38ebe

%0
%37
%16
%11

Triadic Colors of #e38ebe

#e38ebe #bee38e #8ebee3

Analogous Colors of #e38ebe

#e38ebe #e38e94 #de8ee3

Monochromatic Colors of #e38ebe

#e38ebe

Complementary Color

#e38ebe #8ee3b3

#e38ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38ebe Color CSS Codes

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

#e38ebe Text Font Color

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

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


#e38ebe Background Color

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

This div background color is #e38ebe


#e38ebe Border Color

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

This div border color is #e38ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38ebe


Comments

No comments written yet.

Please login to write comment.