Color Hex Logo

#e10dbe Color Hex

#E10DBE
(225,13,190)
0 Favorites   0 Comments

Color spaces of #e10dbe

RGB 22513190
HSL0.860.890.47
HSV310°94°88°
CMYK 0.000.940.16   0.12
XYZ40.489520.013150.4441
Yxy20.01310.36490.1804
Hunter Lab44.736083.2681-35.5399
CIE-Lab51.852083.7510-37.7695

#e10dbe color RGB value is (225,13,190).

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

The process color (four color CMYK) of #e10dbe color hex is 0.00, 0.94, 0.16, 0.12. Web safe color of #e10dbe is #cc00cc. Color #e10dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001101 10111110
Octal 341 15 276
Decimal 225 13 190
Hex E1 D BE

RGB Percentages of Color #e10dbe

%52.57
%3.04
%44.39

CMYK Percentages of Color #e10dbe

%0
%94
%16
%12

Triadic Colors of #e10dbe

#e10dbe #bee10d #0dbee1

Analogous Colors of #e10dbe

#e10dbe #e10d54 #9a0de1

Monochromatic Colors of #e10dbe

#e10dbe

Complementary Color

#e10dbe #0de130

#e10dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10dbe Color CSS Codes

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

#e10dbe Text Font Color

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

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


#e10dbe Background Color

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

This div background color is #e10dbe


#e10dbe Border Color

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

This div border color is #e10dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10dbe


Comments

No comments written yet.

Please login to write comment.