Color Hex Logo

#e10dea Color Hex

#E10DEA
(225,13,234)
0 Favorites   0 Comments

Color spaces of #e10dea

RGB 22513234
HSL0.830.890.48
HSV298°94°92°
CMYK 0.040.940.00   0.08
XYZ46.046522.235979.7069
Yxy22.23590.31110.1503
Hunter Lab47.155091.7829-67.2105
CIE-Lab54.276489.7801-59.0838

#e10dea color RGB value is (225,13,234).

#e10dea hex color red value is 225, green value is 13 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e10dea hue: 0.83 , saturation: 0.89 and the lightness value of e10dea is 0.48.

The process color (four color CMYK) of #e10dea color hex is 0.04, 0.94, 0.00, 0.08. Web safe color of #e10dea is #cc00ff. Color #e10dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001101 11101010
Octal 341 15 352
Decimal 225 13 234
Hex E1 D EA

RGB Percentages of Color #e10dea

%47.67
%2.75
%49.58

CMYK Percentages of Color #e10dea

%4
%94
%0
%8

Triadic Colors of #e10dea

#e10dea #eae10d #0deae1

Analogous Colors of #e10dea

#e10dea #ea0d85 #730dea

Monochromatic Colors of #e10dea

#e10dea

Complementary Color

#e10dea #16ea0d

#e10dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10dea Color CSS Codes

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

#e10dea Text Font Color

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

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


#e10dea Background Color

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

This div background color is #e10dea


#e10dea Border Color

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

This div border color is #e10dea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,13,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10dea


Comments

No comments written yet.

Please login to write comment.