Color Hex Logo

#e40bde Color Hex

#E40BDE
(228,11,222)
0 Favorites   0 Comments

Color spaces of #e40bde

RGB 22811222
HSL0.840.910.47
HSV302°95°89°
CMYK 0.000.950.03   0.11
XYZ45.299422.007370.9675
Yxy22.00730.32760.1592
Hunter Lab46.911990.2684-56.8544
CIE-Lab54.034788.6863-52.6560

#e40bde color RGB value is (228,11,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001011 11011110
Octal 344 13 336
Decimal 228 11 222
Hex E4 B DE

RGB Percentages of Color #e40bde

%49.46
%2.39
%48.16

CMYK Percentages of Color #e40bde

%0
%95
%3
%11

Triadic Colors of #e40bde

#e40bde #dee40b #0bdee4

Analogous Colors of #e40bde

#e40bde #e40b72 #7e0be4

Monochromatic Colors of #e40bde

#e40bde

Complementary Color

#e40bde #0be411

#e40bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40bde Color CSS Codes

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

#e40bde Text Font Color

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

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


#e40bde Background Color

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

This div background color is #e40bde


#e40bde Border Color

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

This div border color is #e40bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40bde


Comments

No comments written yet.

Please login to write comment.