Color Hex Logo

#e387fe Color Hex

#E387FE
(227,135,254)
0 Favorites   0 Comments

Color spaces of #e387fe

RGB 227135254
HSL0.800.980.76
HSV286°47°100°
CMYK 0.110.470.00   0.00
XYZ58.231940.814698.5748
Yxy40.81460.29470.2065
Hunter Lab63.886350.9004-46.7624
CIE-Lab70.045853.7756-45.1233

#e387fe color RGB value is (227,135,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000111 11111110
Octal 343 207 376
Decimal 227 135 254
Hex E3 87 FE

RGB Percentages of Color #e387fe

%36.85
%21.92
%41.23

CMYK Percentages of Color #e387fe

%11
%47
%0
%0

Triadic Colors of #e387fe

#e387fe #fee387 #87fee3

Analogous Colors of #e387fe

#e387fe #fe87de #a887fe

Monochromatic Colors of #e387fe

#e387fe

Complementary Color

#e387fe #a2fe87

#e387fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e387fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e387fe Color CSS Codes

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

#e387fe Text Font Color

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

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


#e387fe Background Color

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

This div background color is #e387fe


#e387fe Border Color

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

This div border color is #e387fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e387fe


Comments

No comments written yet.

Please login to write comment.