Color Hex Logo

#e886fd Color Hex

#E886FD
(232,134,253)
0 Favorites   0 Comments

Color spaces of #e886fd

RGB 232134253
HSL0.800.970.76
HSV289°47°99°
CMYK 0.080.470.00   0.01
XYZ59.533441.297897.7620
Yxy41.29780.29980.2080
Hunter Lab64.263452.9010-45.2118
CIE-Lab70.384155.4582-44.0069

#e886fd color RGB value is (232,134,253).

#e886fd hex color red value is 232, green value is 134 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e886fd hue: 0.80 , saturation: 0.97 and the lightness value of e886fd is 0.76.

The process color (four color CMYK) of #e886fd color hex is 0.08, 0.47, 0.00, 0.01. Web safe color of #e886fd is #ff99ff. Color #e886fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000110 11111101
Octal 350 206 375
Decimal 232 134 253
Hex E8 86 FD

RGB Percentages of Color #e886fd

%37.48
%21.65
%40.87

CMYK Percentages of Color #e886fd

%8
%47
%0
%1

Triadic Colors of #e886fd

#e886fd #fde886 #86fde8

Analogous Colors of #e886fd

#e886fd #fd86d7 #ad86fd

Monochromatic Colors of #e886fd

#e886fd

Complementary Color

#e886fd #9bfd86

#e886fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e886fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e886fd Color CSS Codes

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

#e886fd Text Font Color

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

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


#e886fd Background Color

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

This div background color is #e886fd


#e886fd Border Color

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

This div border color is #e886fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e886fd

Related Colors


Comments

No comments written yet.

Please login to write comment.