Color Hex Logo

#e43dbe Color Hex

#E43DBE
(228,61,190)
0 Favorites   0 Comments

Color spaces of #e43dbe

RGB 22861190
HSL0.870.760.57
HSV314°73°89°
CMYK 0.000.730.17   0.11
XYZ42.957923.549250.9965
Yxy23.54920.36560.2004
Hunter Lab48.527573.0900-28.3373
CIE-Lab55.633674.9461-31.8124

#e43dbe color RGB value is (228,61,190).

#e43dbe hex color red value is 228, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e43dbe hue: 0.87 , saturation: 0.76 and the lightness value of e43dbe is 0.57.

The process color (four color CMYK) of #e43dbe color hex is 0.00, 0.73, 0.17, 0.11. Web safe color of #e43dbe is #cc33cc. Color #e43dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111101 10111110
Octal 344 75 276
Decimal 228 61 190
Hex E4 3D BE

RGB Percentages of Color #e43dbe

%47.60
%12.73
%39.67

CMYK Percentages of Color #e43dbe

%0
%73
%17
%11

Triadic Colors of #e43dbe

#e43dbe #bee43d #3dbee4

Analogous Colors of #e43dbe

#e43dbe #e43d6b #b73de4

Monochromatic Colors of #e43dbe

#e43dbe

Complementary Color

#e43dbe #3de463

#e43dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43dbe Color CSS Codes

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

#e43dbe Text Font Color

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

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


#e43dbe Background Color

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

This div background color is #e43dbe


#e43dbe Border Color

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

This div border color is #e43dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43dbe


Comments

No comments written yet.

Please login to write comment.