Color Hex Logo

#e10dfa Color Hex

#E10DFA
(225,13,250)
0 Favorites   0 Comments

Color spaces of #e10dfa

RGB 22513250
HSL0.820.960.52
HSV294°95°98°
CMYK 0.100.950.00   0.02
XYZ48.450623.197592.3664
Yxy23.19750.29540.1414
Hunter Lab48.163895.2764-79.9891
CIE-Lab55.275292.1936-66.4397

#e10dfa color RGB value is (225,13,250).

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

The process color (four color CMYK) of #e10dfa color hex is 0.10, 0.95, 0.00, 0.02. Web safe color of #e10dfa is #cc00ff. Color #e10dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001101 11111010
Octal 341 15 372
Decimal 225 13 250
Hex E1 D FA

RGB Percentages of Color #e10dfa

%46.11
%2.66
%51.23

CMYK Percentages of Color #e10dfa

%10
%95
%0
%2

Triadic Colors of #e10dfa

#e10dfa #fae10d #0dfae1

Analogous Colors of #e10dfa

#e10dfa #fa0d9d #6b0dfa

Monochromatic Colors of #e10dfa

#e10dfa

Complementary Color

#e10dfa #26fa0d

#e10dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10dfa Color CSS Codes

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

#e10dfa Text Font Color

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

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


#e10dfa Background Color

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

This div background color is #e10dfa


#e10dfa Border Color

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

This div border color is #e10dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.