Color Hex Logo

#e388db Color Hex

#E388DB
(227,136,219)
0 Favorites   0 Comments

Color spaces of #e388db

RGB 227136219
HSL0.850.620.71
HSV305°40°89°
CMYK 0.000.400.04   0.11
XYZ53.268939.053771.7484
Yxy39.05370.32470.2380
Hunter Lab62.493042.7904-24.3260
CIE-Lab68.790146.7636-27.8494

#e388db color RGB value is (227,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001000 11011011
Octal 343 210 333
Decimal 227 136 219
Hex E3 88 DB

RGB Percentages of Color #e388db

%39.00
%23.37
%37.63

CMYK Percentages of Color #e388db

%0
%40
%4
%11

Triadic Colors of #e388db

#e388db #dbe388 #88dbe3

Analogous Colors of #e388db

#e388db #e388ae #be88e3

Monochromatic Colors of #e388db

#e388db

Complementary Color

#e388db #88e390

#e388db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e388db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e388db Color CSS Codes

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

#e388db Text Font Color

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

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


#e388db Background Color

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

This div background color is #e388db


#e388db Border Color

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

This div border color is #e388db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e388db


Comments

No comments written yet.

Please login to write comment.