Color Hex Logo

#e40bdf Color Hex

#E40BDF
(228,11,223)
0 Favorites   0 Comments

Color spaces of #e40bdf

RGB 22811223
HSL0.840.910.47
HSV301°95°89°
CMYK 0.000.950.02   0.11
XYZ45.433922.061071.6756
Yxy22.06100.32650.1585
Hunter Lab46.969190.4695-57.5990
CIE-Lab54.091788.8271-53.1327

#e40bdf color RGB value is (228,11,223).

#e40bdf hex color red value is 228, green value is 11 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e40bdf hue: 0.84 , saturation: 0.91 and the lightness value of e40bdf is 0.47.

The process color (four color CMYK) of #e40bdf color hex is 0.00, 0.95, 0.02, 0.11. Web safe color of #e40bdf is #cc00cc. Color #e40bdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001011 11011111
Octal 344 13 337
Decimal 228 11 223
Hex E4 B DF

RGB Percentages of Color #e40bdf

%49.35
%2.38
%48.27

CMYK Percentages of Color #e40bdf

%0
%95
%2
%11

Triadic Colors of #e40bdf

#e40bdf #dfe40b #0bdfe4

Analogous Colors of #e40bdf

#e40bdf #e40b73 #7d0be4

Monochromatic Colors of #e40bdf

#e40bdf

Complementary Color

#e40bdf #0be410

#e40bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40bdf Color CSS Codes

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

#e40bdf Text Font Color

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

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


#e40bdf Background Color

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

This div background color is #e40bdf


#e40bdf Border Color

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

This div border color is #e40bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40bdf


Comments

No comments written yet.

Please login to write comment.