Color Hex Logo

#e40dbf Color Hex

#E40DBF
(228,13,191)
0 Favorites   0 Comments

Color spaces of #e40dbf

RGB 22813191
HSL0.860.890.47
HSV310°94°89°
CMYK 0.000.940.16   0.11
XYZ41.542820.543451.0659
Yxy20.54340.36710.1816
Hunter Lab45.324884.2870-35.0726
CIE-Lab52.446184.4247-37.3785

#e40dbf color RGB value is (228,13,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001101 10111111
Octal 344 15 277
Decimal 228 13 191
Hex E4 D BF

RGB Percentages of Color #e40dbf

%52.78
%3.01
%44.21

CMYK Percentages of Color #e40dbf

%0
%94
%16
%11

Triadic Colors of #e40dbf

#e40dbf #bfe40d #0dbfe4

Analogous Colors of #e40dbf

#e40dbf #e40d53 #9e0de4

Monochromatic Colors of #e40dbf

#e40dbf

Complementary Color

#e40dbf #0de432

#e40dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40dbf Color CSS Codes

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

#e40dbf Text Font Color

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

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


#e40dbf Background Color

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

This div background color is #e40dbf


#e40dbf Border Color

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

This div border color is #e40dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40dbf


Comments

No comments written yet.

Please login to write comment.