Color Hex Logo

#e384be Color Hex

#E384BE
(227,132,190)
0 Favorites   0 Comments

Color spaces of #e384be

RGB 227132190
HSL0.900.630.70
HSV323°42°89°
CMYK 0.000.420.16   0.11
XYZ49.224136.551153.1759
Yxy36.55110.35430.2631
Hunter Lab60.457539.5329-9.8288
CIE-Lab66.938944.0334-14.5023

#e384be color RGB value is (227,132,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000100 10111110
Octal 343 204 276
Decimal 227 132 190
Hex E3 84 BE

RGB Percentages of Color #e384be

%41.35
%24.04
%34.61

CMYK Percentages of Color #e384be

%0
%42
%16
%11

Triadic Colors of #e384be

#e384be #bee384 #84bee3

Analogous Colors of #e384be

#e384be #e3848f #d984e3

Monochromatic Colors of #e384be

#e384be

Complementary Color

#e384be #84e3a9

#e384be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e384be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e384be Color CSS Codes

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

#e384be Text Font Color

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

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


#e384be Background Color

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

This div background color is #e384be


#e384be Border Color

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

This div border color is #e384be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e384be


Comments

No comments written yet.

Please login to write comment.