color codes Logo

#e64dde color codes

#E64DDE
(230,77,222)
0 Favorites   0 Comments

Color spaces of #e64dde

RGB 23077222
HSL0.840.750.60
HSV303°67°90°
CMYK 0.000.670.03   0.10
XYZ48.471827.404771.8421
Yxy27.40470.32810.1855
Hunter Lab52.349573.6663-44.7223
CIE-Lab59.347174.7007-44.2063

#e64dde color RGB value is (230,77,222).

#e64dde hex color red value is 230, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e64dde hue: 0.84 , saturation: 0.75 and the lightness value of e64dde is 0.60.

The process color (four color CMYK) of #e64dde color code is 0.00, 0.67, 0.03, 0.10. Web safe color of #e64dde is #ff66cc. Color #e64dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001101 11011110
Octal 346 115 336
Decimal 230 77 222
Hex E6 4D DE

RGB Percentages of Color #e64dde

%43.48
%14.56
%41.97

CMYK Percentages of Color #e64dde

%0
%67
%3
%10

Triadic Colors of #e64dde

#e64dde #dee64d #4ddee6

Analogous Colors of #e64dde

#e64dde #e64d92 #a24de6

Monochromatic Colors of #e64dde

#e64dde

Complementary Color

#e64dde #4de655

#e64dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64dde Color CSS Codes

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

#e64dde Text Font Color

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

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


#e64dde Background Color

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

This div background color is #e64dde


#e64dde Border Color

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

This div border color is #e64dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,77,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e64dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e64dde;
  -webkit-box-shadow: 1px 1px 3px 2px #e64dde;
  box-shadow:         1px 1px 3px 2px #e64dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,77,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64dde


Comments

No comments written yet.

Please login to write comment.