Color Hex Logo

#e40dbb Color Hex

#E40DBB
(228,13,187)
0 Favorites   0 Comments

Color spaces of #e40dbb

RGB 22813187
HSL0.870.890.47
HSV311°94°89°
CMYK 0.000.940.18   0.11
XYZ41.108520.369748.7788
Yxy20.36970.37280.1847
Hunter Lab45.132883.6015-32.4867
CIE-Lab52.252783.9317-35.3567

#e40dbb color RGB value is (228,13,187).

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

The process color (four color CMYK) of #e40dbb color hex is 0.00, 0.94, 0.18, 0.11. Web safe color of #e40dbb is #cc00cc. Color #e40dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001101 10111011
Octal 344 15 273
Decimal 228 13 187
Hex E4 D BB

RGB Percentages of Color #e40dbb

%53.27
%3.04
%43.69

CMYK Percentages of Color #e40dbb

%0
%94
%18
%11

Triadic Colors of #e40dbb

#e40dbb #bbe40d #0dbbe4

Analogous Colors of #e40dbb

#e40dbb #e40d4f #a20de4

Monochromatic Colors of #e40dbb

#e40dbb

Complementary Color

#e40dbb #0de436

#e40dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40dbb Color CSS Codes

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

#e40dbb Text Font Color

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

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


#e40dbb Background Color

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

This div background color is #e40dbb


#e40dbb Border Color

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

This div border color is #e40dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40dbb


Comments

No comments written yet.

Please login to write comment.