Color Hex Logo

#e418db Color Hex

#E418DB
(228,24,219)
0 Favorites   0 Comments

Color spaces of #e418db

RGB 22824219
HSL0.840.810.49
HSV303°89°89°
CMYK 0.000.890.04   0.11
XYZ45.107722.261768.9373
Yxy22.26170.33090.1633
Hunter Lab47.182388.0823-53.6000
CIE-Lab54.303686.9759-50.5230

#e418db color RGB value is (228,24,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011000 11011011
Octal 344 30 333
Decimal 228 24 219
Hex E4 18 DB

RGB Percentages of Color #e418db

%48.41
%5.10
%46.50

CMYK Percentages of Color #e418db

%0
%89
%4
%11

Triadic Colors of #e418db

#e418db #dbe418 #18dbe4

Analogous Colors of #e418db

#e418db #e41875 #8718e4

Monochromatic Colors of #e418db

#e418db

Complementary Color

#e418db #18e421

#e418db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e418db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e418db Color CSS Codes

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

#e418db Text Font Color

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

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


#e418db Background Color

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

This div background color is #e418db


#e418db Border Color

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

This div border color is #e418db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e418db


Comments

No comments written yet.

Please login to write comment.