Color Hex Logo

#e384db Color Hex

#E384DB
(227,132,219)
0 Favorites   0 Comments

Color spaces of #e384db

RGB 227132219
HSL0.850.630.70
HSV305°42°89°
CMYK 0.000.420.04   0.11
XYZ52.716037.947971.5641
Yxy37.94790.32500.2339
Hunter Lab61.601944.9487-25.7571
CIE-Lab67.982248.8149-29.0933

#e384db color RGB value is (227,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000100 11011011
Octal 343 204 333
Decimal 227 132 219
Hex E3 84 DB

RGB Percentages of Color #e384db

%39.27
%22.84
%37.89

CMYK Percentages of Color #e384db

%0
%42
%4
%11

Triadic Colors of #e384db

#e384db #dbe384 #84dbe3

Analogous Colors of #e384db

#e384db #e384ac #bc84e3

Monochromatic Colors of #e384db

#e384db

Complementary Color

#e384db #84e38c

#e384db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e384db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e384db Color CSS Codes

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

#e384db Text Font Color

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

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


#e384db Background Color

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

This div background color is #e384db


#e384db Border Color

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

This div border color is #e384db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e384db


Comments

No comments written yet.

Please login to write comment.