Color Hex Logo

#e85dfa Color Hex

#E85DFA
(232,93,250)
0 Favorites   0 Comments

Color spaces of #e85dfa

RGB 23293250
HSL0.810.940.67
HSV293°63°98°
CMYK 0.070.630.00   0.02
XYZ54.448431.886693.7275
Yxy31.88660.30240.1771
Hunter Lab56.468273.2958-58.8834
CIE-Lab63.249073.6681-53.6171

#e85dfa color RGB value is (232,93,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011101 11111010
Octal 350 135 372
Decimal 232 93 250
Hex E8 5D FA

RGB Percentages of Color #e85dfa

%40.35
%16.17
%43.48

CMYK Percentages of Color #e85dfa

%7
%63
%0
%2

Triadic Colors of #e85dfa

#e85dfa #fae85d #5dfae8

Analogous Colors of #e85dfa

#e85dfa #fa5dbe #9a5dfa

Monochromatic Colors of #e85dfa

#e85dfa

Complementary Color

#e85dfa #6ffa5d

#e85dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85dfa Color CSS Codes

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

#e85dfa Text Font Color

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

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


#e85dfa Background Color

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

This div background color is #e85dfa


#e85dfa Border Color

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

This div border color is #e85dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85dfa


Comments

No comments written yet.

Please login to write comment.