Color Hex Logo

#e61dbe Color Hex

#E61DBE
(230,29,190)
0 Favorites   0 Comments

Color spaces of #e61dbe

RGB 23029190
HSL0.870.800.51
HSV312°87°90°
CMYK 0.000.870.17   0.10
XYZ42.366821.419450.6166
Yxy21.41940.37030.1872
Hunter Lab46.281182.4112-32.4474
CIE-Lab53.405582.7819-35.2673

#e61dbe color RGB value is (230,29,190).

#e61dbe hex color red value is 230, green value is 29 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e61dbe hue: 0.87 , saturation: 0.80 and the lightness value of e61dbe is 0.51.

The process color (four color CMYK) of #e61dbe color hex is 0.00, 0.87, 0.17, 0.10. Web safe color of #e61dbe is #ff33cc. Color #e61dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011101 10111110
Octal 346 35 276
Decimal 230 29 190
Hex E6 1D BE

RGB Percentages of Color #e61dbe

%51.22
%6.46
%42.32

CMYK Percentages of Color #e61dbe

%0
%87
%17
%10

Triadic Colors of #e61dbe

#e61dbe #bee61d #1dbee6

Analogous Colors of #e61dbe

#e61dbe #e61d5a #aa1de6

Monochromatic Colors of #e61dbe

#e61dbe

Complementary Color

#e61dbe #1de645

#e61dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61dbe Color CSS Codes

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

#e61dbe Text Font Color

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

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


#e61dbe Background Color

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

This div background color is #e61dbe


#e61dbe Border Color

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

This div border color is #e61dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61dbe


Comments

No comments written yet.

Please login to write comment.