Color Hex Logo

#e406db Color Hex

#E406DB
(228,6,219)
0 Favorites   0 Comments

Color spaces of #e406db

RGB 2286219
HSL0.840.950.46
HSV302°97°89°
CMYK 0.000.970.04   0.11
XYZ44.846221.738768.8502
Yxy21.73870.33110.1605
Hunter Lab46.624890.0975-54.9154
CIE-Lab53.748788.6126-51.4074

#e406db color RGB value is (228,6,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000110 11011011
Octal 344 6 333
Decimal 228 6 219
Hex E4 6 DB

RGB Percentages of Color #e406db

%50.33
%1.32
%48.34

CMYK Percentages of Color #e406db

%0
%97
%4
%11

Triadic Colors of #e406db

#e406db #dbe406 #06dbe4

Analogous Colors of #e406db

#e406db #e4066c #7e06e4

Monochromatic Colors of #e406db

#e406db

Complementary Color

#e406db #06e40f

#e406db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e406db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e406db Color CSS Codes

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

#e406db Text Font Color

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

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


#e406db Background Color

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

This div background color is #e406db


#e406db Border Color

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

This div border color is #e406db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e406db


Comments

No comments written yet.

Please login to write comment.