Color Hex Logo

#e384cc Color Hex

#E384CC
(227,132,204)
0 Favorites   0 Comments

Color spaces of #e384cc

RGB 227132204
HSL0.870.630.70
HSV315°42°89°
CMYK 0.000.420.10   0.11
XYZ50.828937.193161.6267
Yxy37.19310.33970.2485
Hunter Lab60.986142.0451-17.2224
CIE-Lab67.421746.2695-21.6067

#e384cc color RGB value is (227,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000100 11001100
Octal 343 204 314
Decimal 227 132 204
Hex E3 84 CC

RGB Percentages of Color #e384cc

%40.32
%23.45
%36.23

CMYK Percentages of Color #e384cc

%0
%42
%10
%11

Triadic Colors of #e384cc

#e384cc #cce384 #84cce3

Analogous Colors of #e384cc

#e384cc #e3849d #cb84e3

Monochromatic Colors of #e384cc

#e384cc

Complementary Color

#e384cc #84e39b

#e384cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e384cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e384cc Color CSS Codes

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

#e384cc Text Font Color

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

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


#e384cc Background Color

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

This div background color is #e384cc


#e384cc Border Color

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

This div border color is #e384cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e384cc


Comments

No comments written yet.

Please login to write comment.