Color Hex Logo

#e240db Color Hex

#E240DB
(226,64,219)
0 Favorites   0 Comments

Color spaces of #e240db

RGB 22664219
HSL0.840.740.57
HSV303°72°89°
CMYK 0.000.720.03   0.11
XYZ45.983624.950069.4101
Yxy24.95000.32760.1778
Hunter Lab49.950076.9134-47.4239
CIE-Lab57.026777.7466-46.2197

#e240db color RGB value is (226,64,219).

#e240db hex color red value is 226, green value is 64 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e240db hue: 0.84 , saturation: 0.74 and the lightness value of e240db is 0.57.

The process color (four color CMYK) of #e240db color hex is 0.00, 0.72, 0.03, 0.11. Web safe color of #e240db is #cc33cc. Color #e240db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000000 11011011
Octal 342 100 333
Decimal 226 64 219
Hex E2 40 DB

RGB Percentages of Color #e240db

%44.40
%12.57
%43.03

CMYK Percentages of Color #e240db

%0
%72
%3
%11

Triadic Colors of #e240db

#e240db #dbe240 #40dbe2

Analogous Colors of #e240db

#e240db #e2408a #9840e2

Monochromatic Colors of #e240db

#e240db

Complementary Color

#e240db #40e247

#e240db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e240db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e240db Color CSS Codes

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

#e240db Text Font Color

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

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


#e240db Background Color

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

This div background color is #e240db


#e240db Border Color

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

This div border color is #e240db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,64,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 #e240db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e240db


Comments

No comments written yet.

Please login to write comment.