Color Hex Logo

#e80dfa Color Hex

#E80DFA
(232,13,250)
0 Favorites   0 Comments

Color spaces of #e80dfa

RGB 23213250
HSL0.820.960.52
HSV295°95°98°
CMYK 0.070.950.00   0.02
XYZ50.678024.345892.4707
Yxy24.34580.30260.1454
Hunter Lab49.341596.9876-76.5762
CIE-Lab56.432493.2350-64.5158

#e80dfa color RGB value is (232,13,250).

#e80dfa hex color red value is 232, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e80dfa hue: 0.82 , saturation: 0.96 and the lightness value of e80dfa is 0.52.

The process color (four color CMYK) of #e80dfa color hex is 0.07, 0.95, 0.00, 0.02. Web safe color of #e80dfa is #ff00ff. Color #e80dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001101 11111010
Octal 350 15 372
Decimal 232 13 250
Hex E8 D FA

RGB Percentages of Color #e80dfa

%46.87
%2.63
%50.51

CMYK Percentages of Color #e80dfa

%7
%95
%0
%2

Triadic Colors of #e80dfa

#e80dfa #fae80d #0dfae8

Analogous Colors of #e80dfa

#e80dfa #fa0d96 #720dfa

Monochromatic Colors of #e80dfa

#e80dfa

Complementary Color

#e80dfa #1ffa0d

#e80dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80dfa Color CSS Codes

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

#e80dfa Text Font Color

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

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


#e80dfa Background Color

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

This div background color is #e80dfa


#e80dfa Border Color

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

This div border color is #e80dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.