Color Hex Logo

#e806db Color Hex

#E806DB
(232,6,219)
0 Favorites   0 Comments

Color spaces of #e806db

RGB 2326219
HSL0.840.950.47
HSV303°97°91°
CMYK 0.000.970.06   0.09
XYZ46.130022.400568.9102
Yxy22.40050.33560.1630
Hunter Lab47.329291.1514-53.1945
CIE-Lab54.449489.2717-50.2491

#e806db color RGB value is (232,6,219).

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

The process color (four color CMYK) of #e806db color hex is 0.00, 0.97, 0.06, 0.09. Web safe color of #e806db is #ff00cc. Color #e806db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000110 11011011
Octal 350 6 333
Decimal 232 6 219
Hex E8 6 DB

RGB Percentages of Color #e806db

%50.77
%1.31
%47.92

CMYK Percentages of Color #e806db

%0
%97
%6
%9

Triadic Colors of #e806db

#e806db #dbe806 #06dbe8

Analogous Colors of #e806db

#e806db #e8066a #8406e8

Monochromatic Colors of #e806db

#e806db

Complementary Color

#e806db #06e813

#e806db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e806db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e806db Color CSS Codes

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

#e806db Text Font Color

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

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


#e806db Background Color

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

This div background color is #e806db


#e806db Border Color

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

This div border color is #e806db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e806db


Comments

No comments written yet.

Please login to write comment.