Color Hex Logo

#e384bc Color Hex

#E384BC
(227,132,188)
0 Favorites   0 Comments

Color spaces of #e384bc

RGB 227132188
HSL0.900.630.70
HSV325°42°89°
CMYK 0.000.420.17   0.11
XYZ49.006936.464352.0323
Yxy36.46430.35640.2652
Hunter Lab60.385739.1894-8.8182
CIE-Lab66.873243.7252-13.4783

#e384bc color RGB value is (227,132,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000100 10111100
Octal 343 204 274
Decimal 227 132 188
Hex E3 84 BC

RGB Percentages of Color #e384bc

%41.50
%24.13
%34.37

CMYK Percentages of Color #e384bc

%0
%42
%17
%11

Triadic Colors of #e384bc

#e384bc #bce384 #84bce3

Analogous Colors of #e384bc

#e384bc #e3848d #db84e3

Monochromatic Colors of #e384bc

#e384bc

Complementary Color

#e384bc #84e3ab

#e384bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e384bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e384bc Color CSS Codes

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

#e384bc Text Font Color

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

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


#e384bc Background Color

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

This div background color is #e384bc


#e384bc Border Color

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

This div border color is #e384bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e384bc


Comments

No comments written yet.

Please login to write comment.