Color Hex Logo

#e386fa Color Hex

#E386FA
(227,134,250)
0 Favorites   0 Comments

Color spaces of #e386fa

RGB 227134250
HSL0.800.920.75
HSV288°46°98°
CMYK 0.090.460.00   0.02
XYZ57.459040.283295.1895
Yxy40.28320.29780.2088
Hunter Lab63.469050.5265-44.4935
CIE-Lab69.670853.5050-43.5293

#e386fa color RGB value is (227,134,250).

#e386fa hex color red value is 227, green value is 134 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e386fa hue: 0.80 , saturation: 0.92 and the lightness value of e386fa is 0.75.

The process color (four color CMYK) of #e386fa color hex is 0.09, 0.46, 0.00, 0.02. Web safe color of #e386fa is #cc99ff. Color #e386fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000110 11111010
Octal 343 206 372
Decimal 227 134 250
Hex E3 86 FA

RGB Percentages of Color #e386fa

%37.15
%21.93
%40.92

CMYK Percentages of Color #e386fa

%9
%46
%0
%2

Triadic Colors of #e386fa

#e386fa #fae386 #86fae3

Analogous Colors of #e386fa

#e386fa #fa86d7 #a986fa

Monochromatic Colors of #e386fa

#e386fa

Complementary Color

#e386fa #9dfa86

#e386fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e386fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e386fa Color CSS Codes

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

#e386fa Text Font Color

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

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


#e386fa Background Color

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

This div background color is #e386fa


#e386fa Border Color

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

This div border color is #e386fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e386fa


Comments

No comments written yet.

Please login to write comment.