Color Hex Logo

#e31dbe Color Hex

#E31DBE
(227,29,190)
0 Favorites   0 Comments

Color spaces of #e31dbe

RGB 22729190
HSL0.860.780.50
HSV311°87°89°
CMYK 0.000.870.16   0.11
XYZ41.412220.927350.5719
Yxy20.92730.36680.1853
Hunter Lab45.746481.5322-33.5217
CIE-Lab52.869882.2003-36.1452

#e31dbe color RGB value is (227,29,190).

#e31dbe hex color red value is 227, green value is 29 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e31dbe hue: 0.86 , saturation: 0.78 and the lightness value of e31dbe is 0.50.

The process color (four color CMYK) of #e31dbe color hex is 0.00, 0.87, 0.16, 0.11. Web safe color of #e31dbe is #cc33cc. Color #e31dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011101 10111110
Octal 343 35 276
Decimal 227 29 190
Hex E3 1D BE

RGB Percentages of Color #e31dbe

%50.90
%6.50
%42.60

CMYK Percentages of Color #e31dbe

%0
%87
%16
%11

Triadic Colors of #e31dbe

#e31dbe #bee31d #1dbee3

Analogous Colors of #e31dbe

#e31dbe #e31d5b #a51de3

Monochromatic Colors of #e31dbe

#e31dbe

Complementary Color

#e31dbe #1de342

#e31dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31dbe Color CSS Codes

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

#e31dbe Text Font Color

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

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


#e31dbe Background Color

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

This div background color is #e31dbe


#e31dbe Border Color

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

This div border color is #e31dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31dbe


Comments

No comments written yet.

Please login to write comment.