Color Hex Logo

#e786fc Color Hex

#E786FC
(231,134,252)
0 Favorites   0 Comments

Color spaces of #e786fc

RGB 231134252
HSL0.800.950.76
HSV289°47°99°
CMYK 0.080.470.00   0.01
XYZ59.050841.067496.9099
Yxy41.06740.29970.2084
Hunter Lab64.083952.3341-44.8018
CIE-Lab70.223154.9928-43.7222

#e786fc color RGB value is (231,134,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000110 11111100
Octal 347 206 374
Decimal 231 134 252
Hex E7 86 FC

RGB Percentages of Color #e786fc

%37.44
%21.72
%40.84

CMYK Percentages of Color #e786fc

%8
%47
%0
%1

Triadic Colors of #e786fc

#e786fc #fce786 #86fce7

Analogous Colors of #e786fc

#e786fc #fc86d6 #ac86fc

Monochromatic Colors of #e786fc

#e786fc

Complementary Color

#e786fc #9bfc86

#e786fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e786fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e786fc Color CSS Codes

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

#e786fc Text Font Color

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

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


#e786fc Background Color

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

This div background color is #e786fc


#e786fc Border Color

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

This div border color is #e786fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,134,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 #e786fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e786fc


Comments

No comments written yet.

Please login to write comment.