Color Hex Logo

#e384de Color Hex

#E384DE
(227,132,222)
0 Favorites   0 Comments

Color spaces of #e384de

RGB 227132222
HSL0.840.630.70
HSV303°42°89°
CMYK 0.000.420.02   0.11
XYZ53.114638.107373.6632
Yxy38.10730.32210.2311
Hunter Lab61.731145.5553-27.5385
CIE-Lab68.099649.3416-30.5746

#e384de color RGB value is (227,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000100 11011110
Octal 343 204 336
Decimal 227 132 222
Hex E3 84 DE

RGB Percentages of Color #e384de

%39.07
%22.72
%38.21

CMYK Percentages of Color #e384de

%0
%42
%2
%11

Triadic Colors of #e384de

#e384de #dee384 #84dee3

Analogous Colors of #e384de

#e384de #e384af #b984e3

Monochromatic Colors of #e384de

#e384de

Complementary Color

#e384de #84e389

#e384de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e384de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e384de Color CSS Codes

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

#e384de Text Font Color

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

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


#e384de Background Color

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

This div background color is #e384de


#e384de Border Color

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

This div border color is #e384de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e384de


Comments

No comments written yet.

Please login to write comment.