Color Hex Logo

#e86dfa Color Hex

#E86DFA
(232,109,250)
0 Favorites   0 Comments

Color spaces of #e86dfa

RGB 232109250
HSL0.810.930.70
HSV292°56°98°
CMYK 0.070.560.00   0.02
XYZ56.002734.995294.2456
Yxy34.99520.30230.1889
Hunter Lab59.156765.4587-53.0482
CIE-Lab65.744966.8244-49.6637

#e86dfa color RGB value is (232,109,250).

#e86dfa hex color red value is 232, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e86dfa hue: 0.81 , saturation: 0.93 and the lightness value of e86dfa is 0.70.

The process color (four color CMYK) of #e86dfa color hex is 0.07, 0.56, 0.00, 0.02. Web safe color of #e86dfa is #ff66ff. Color #e86dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101101 11111010
Octal 350 155 372
Decimal 232 109 250
Hex E8 6D FA

RGB Percentages of Color #e86dfa

%39.26
%18.44
%42.30

CMYK Percentages of Color #e86dfa

%7
%56
%0
%2

Triadic Colors of #e86dfa

#e86dfa #fae86d #6dfae8

Analogous Colors of #e86dfa

#e86dfa #fa6dc6 #a26dfa

Monochromatic Colors of #e86dfa

#e86dfa

Complementary Color

#e86dfa #7ffa6d

#e86dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86dfa Color CSS Codes

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

#e86dfa Text Font Color

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

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


#e86dfa Background Color

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

This div background color is #e86dfa


#e86dfa Border Color

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

This div border color is #e86dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86dfa


Comments

No comments written yet.

Please login to write comment.