Color Hex Logo

#e384ff Color Hex

#E384FF
(227,132,255)
0 Favorites   0 Comments

Color spaces of #e384ff

RGB 227132255
HSL0.801.000.76
HSV286°48°100°
CMYK 0.110.480.00   0.00
XYZ57.979840.053499.2830
Yxy40.05340.29380.2030
Hunter Lab63.287852.7756-48.7101
CIE-Lab69.507555.4820-46.5136

#e384ff color RGB value is (227,132,255).

#e384ff hex color red value is 227, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e384ff hue: 0.80 , saturation: 1.00 and the lightness value of e384ff is 0.76.

The process color (four color CMYK) of #e384ff color hex is 0.11, 0.48, 0.00, 0.00. Web safe color of #e384ff is #cc99ff. Color #e384ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000100 11111111
Octal 343 204 377
Decimal 227 132 255
Hex E3 84 FF

RGB Percentages of Color #e384ff

%36.97
%21.50
%41.53

CMYK Percentages of Color #e384ff

%11
%48
%0
%0

Triadic Colors of #e384ff

#e384ff #ffe384 #84ffe3

Analogous Colors of #e384ff

#e384ff #ff84de #a684ff

Monochromatic Colors of #e384ff

#e384ff

Complementary Color

#e384ff #a0ff84

#e384ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e384ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e384ff Color CSS Codes

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

#e384ff Text Font Color

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

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


#e384ff Background Color

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

This div background color is #e384ff


#e384ff Border Color

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

This div border color is #e384ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e384ff

Related Colors


Comments

No comments written yet.

Please login to write comment.