Color Hex Logo

#e806dd Color Hex

#E806DD
(232,6,221)
0 Favorites   0 Comments

Color spaces of #e806dd

RGB 2326221
HSL0.840.950.47
HSV303°97°91°
CMYK 0.000.970.05   0.09
XYZ46.395022.506570.3055
Yxy22.50650.33330.1617
Hunter Lab47.441091.5425-54.6565
CIE-Lab54.560389.5445-51.2090

#e806dd color RGB value is (232,6,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000110 11011101
Octal 350 6 335
Decimal 232 6 221
Hex E8 6 DD

RGB Percentages of Color #e806dd

%50.54
%1.31
%48.15

CMYK Percentages of Color #e806dd

%0
%97
%5
%9

Triadic Colors of #e806dd

#e806dd #dde806 #06dde8

Analogous Colors of #e806dd

#e806dd #e8066c #8206e8

Monochromatic Colors of #e806dd

#e806dd

Complementary Color

#e806dd #06e811

#e806dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e806dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e806dd Color CSS Codes

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

#e806dd Text Font Color

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

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


#e806dd Background Color

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

This div background color is #e806dd


#e806dd Border Color

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

This div border color is #e806dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,6,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e806dd


Comments

No comments written yet.

Please login to write comment.