Color Hex Logo

#e388ef Color Hex

#E388EF
(227,136,239)
0 Favorites   0 Comments

Color spaces of #e388ef

RGB 227136239
HSL0.810.760.74
HSV293°43°94°
CMYK 0.050.430.00   0.06
XYZ56.062740.171286.4603
Yxy40.17120.30690.2199
Hunter Lab63.380846.9738-36.5134
CIE-Lab69.591350.3949-37.6322

#e388ef color RGB value is (227,136,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001000 11101111
Octal 343 210 357
Decimal 227 136 239
Hex E3 88 EF

RGB Percentages of Color #e388ef

%37.71
%22.59
%39.70

CMYK Percentages of Color #e388ef

%5
%43
%0
%6

Triadic Colors of #e388ef

#e388ef #efe388 #88efe3

Analogous Colors of #e388ef

#e388ef #ef88c8 #b088ef

Monochromatic Colors of #e388ef

#e388ef

Complementary Color

#e388ef #94ef88

#e388ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e388ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e388ef Color CSS Codes

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

#e388ef Text Font Color

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

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


#e388ef Background Color

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

This div background color is #e388ef


#e388ef Border Color

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

This div border color is #e388ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,136,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 #e388ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e388ef


Comments

No comments written yet.

Please login to write comment.