Color Hex Logo

#e388be Color Hex

#E388BE
(227,136,190)
0 Favorites   0 Comments

Color spaces of #e388be

RGB 227136190
HSL0.900.620.71
HSV324°40°89°
CMYK 0.000.400.16   0.11
XYZ49.777037.656953.3602
Yxy37.65690.35350.2675
Hunter Lab61.365237.4029-8.6000
CIE-Lab67.767041.9618-13.2563

#e388be color RGB value is (227,136,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001000 10111110
Octal 343 210 276
Decimal 227 136 190
Hex E3 88 BE

RGB Percentages of Color #e388be

%41.05
%24.59
%34.36

CMYK Percentages of Color #e388be

%0
%40
%16
%11

Triadic Colors of #e388be

#e388be #bee388 #88bee3

Analogous Colors of #e388be

#e388be #e38891 #db88e3

Monochromatic Colors of #e388be

#e388be

Complementary Color

#e388be #88e3ad

#e388be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e388be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e388be Color CSS Codes

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

#e388be Text Font Color

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

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


#e388be Background Color

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

This div background color is #e388be


#e388be Border Color

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

This div border color is #e388be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e388be


Comments

No comments written yet.

Please login to write comment.