Color Hex Logo

#e388eb Color Hex

#E388EB
(227,136,235)
0 Favorites   0 Comments

Color spaces of #e388eb

RGB 227136235
HSL0.820.710.73
HSV295°42°92°
CMYK 0.030.420.00   0.08
XYZ55.478139.937483.3819
Yxy39.93740.31030.2234
Hunter Lab63.196046.1073-33.9910
CIE-Lab69.424949.6494-35.6944

#e388eb color RGB value is (227,136,235).

#e388eb hex color red value is 227, green value is 136 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e388eb hue: 0.82 , saturation: 0.71 and the lightness value of e388eb is 0.73.

The process color (four color CMYK) of #e388eb color hex is 0.03, 0.42, 0.00, 0.08. Web safe color of #e388eb is #cc99ff. Color #e388eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001000 11101011
Octal 343 210 353
Decimal 227 136 235
Hex E3 88 EB

RGB Percentages of Color #e388eb

%37.96
%22.74
%39.30

CMYK Percentages of Color #e388eb

%3
%42
%0
%8

Triadic Colors of #e388eb

#e388eb #ebe388 #88ebe3

Analogous Colors of #e388eb

#e388eb #eb88c2 #b288eb

Monochromatic Colors of #e388eb

#e388eb

Complementary Color

#e388eb #90eb88

#e388eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e388eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e388eb Color CSS Codes

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

#e388eb Text Font Color

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

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


#e388eb Background Color

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

This div background color is #e388eb


#e388eb Border Color

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

This div border color is #e388eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e388eb


Comments

No comments written yet.

Please login to write comment.