Color Hex Logo

#e86fda Color Hex

#E86FDA
(232,111,218)
0 Favorites   0 Comments

Color spaces of #e86fda

RGB 232111218
HSL0.850.720.67
HSV307°52°91°
CMYK 0.000.520.06   0.09
XYZ51.618033.586670.0920
Yxy33.58660.33240.2163
Hunter Lab57.953957.5657-31.1401
CIE-Lab64.633160.3785-33.6670

#e86fda color RGB value is (232,111,218).

#e86fda hex color red value is 232, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e86fda hue: 0.85 , saturation: 0.72 and the lightness value of e86fda is 0.67.

The process color (four color CMYK) of #e86fda color hex is 0.00, 0.52, 0.06, 0.09. Web safe color of #e86fda is #ff66cc. Color #e86fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101111 11011010
Octal 350 157 332
Decimal 232 111 218
Hex E8 6F DA

RGB Percentages of Color #e86fda

%41.35
%19.79
%38.86

CMYK Percentages of Color #e86fda

%0
%52
%6
%9

Triadic Colors of #e86fda

#e86fda #dae86f #6fdae8

Analogous Colors of #e86fda

#e86fda #e86f9e #ba6fe8

Monochromatic Colors of #e86fda

#e86fda

Complementary Color

#e86fda #6fe87d

#e86fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86fda Color CSS Codes

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

#e86fda Text Font Color

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

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


#e86fda Background Color

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

This div background color is #e86fda


#e86fda Border Color

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

This div border color is #e86fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86fda


Comments

No comments written yet.

Please login to write comment.