Color Hex Logo

#e40bdb Color Hex

#E40BDB
(228,11,219)
0 Favorites   0 Comments

Color spaces of #e40bdb

RGB 22811219
HSL0.840.910.47
HSV302°95°89°
CMYK 0.000.950.04   0.11
XYZ44.900821.847868.8683
Yxy21.84780.33110.1611
Hunter Lab46.741689.6723-54.6377
CIE-Lab53.865188.2684-51.2216

#e40bdb color RGB value is (228,11,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001011 11011011
Octal 344 13 333
Decimal 228 11 219
Hex E4 B DB

RGB Percentages of Color #e40bdb

%49.78
%2.40
%47.82

CMYK Percentages of Color #e40bdb

%0
%95
%4
%11

Triadic Colors of #e40bdb

#e40bdb #dbe40b #0bdbe4

Analogous Colors of #e40bdb

#e40bdb #e40b6f #810be4

Monochromatic Colors of #e40bdb

#e40bdb

Complementary Color

#e40bdb #0be414

#e40bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40bdb Color CSS Codes

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

#e40bdb Text Font Color

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

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


#e40bdb Background Color

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

This div background color is #e40bdb


#e40bdb Border Color

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

This div border color is #e40bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40bdb


Comments

No comments written yet.

Please login to write comment.