Color Hex Logo

#e387fc Color Hex

#E387FC
(227,135,252)
0 Favorites   0 Comments

Color spaces of #e387fc

RGB 227135252
HSL0.800.950.76
HSV287°46°99°
CMYK 0.100.460.00   0.01
XYZ57.913240.687196.8965
Yxy40.68710.29620.2081
Hunter Lab63.786450.4381-45.4156
CIE-Lab69.956153.3860-44.1736

#e387fc color RGB value is (227,135,252).

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

The process color (four color CMYK) of #e387fc color hex is 0.10, 0.46, 0.00, 0.01. Web safe color of #e387fc is #cc99ff. Color #e387fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000111 11111100
Octal 343 207 374
Decimal 227 135 252
Hex E3 87 FC

RGB Percentages of Color #e387fc

%36.97
%21.99
%41.04

CMYK Percentages of Color #e387fc

%10
%46
%0
%1

Triadic Colors of #e387fc

#e387fc #fce387 #87fce3

Analogous Colors of #e387fc

#e387fc #fc87db #a987fc

Monochromatic Colors of #e387fc

#e387fc

Complementary Color

#e387fc #a0fc87

#e387fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e387fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e387fc Color CSS Codes

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

#e387fc Text Font Color

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

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


#e387fc Background Color

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

This div background color is #e387fc


#e387fc Border Color

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

This div border color is #e387fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e387fc

Related Colors


Comments

No comments written yet.

Please login to write comment.