Color Hex Logo

#e864de Color Hex

#E864DE
(232,100,222)
0 Favorites   0 Comments

Color spaces of #e864de

RGB 232100222
HSL0.850.740.65
HSV305°57°91°
CMYK 0.000.570.04   0.09
XYZ51.020731.544172.5068
Yxy31.54410.32900.2034
Hunter Lab56.164163.8660-37.2273
CIE-Lab62.964365.9921-38.5051

#e864de color RGB value is (232,100,222).

#e864de hex color red value is 232, green value is 100 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e864de hue: 0.85 , saturation: 0.74 and the lightness value of e864de is 0.65.

The process color (four color CMYK) of #e864de color hex is 0.00, 0.57, 0.04, 0.09. Web safe color of #e864de is #ff66cc. Color #e864de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100100 11011110
Octal 350 144 336
Decimal 232 100 222
Hex E8 64 DE

RGB Percentages of Color #e864de

%41.88
%18.05
%40.07

CMYK Percentages of Color #e864de

%0
%57
%4
%9

Triadic Colors of #e864de

#e864de #dee864 #64dee8

Analogous Colors of #e864de

#e864de #e8649c #b064e8

Monochromatic Colors of #e864de

#e864de

Complementary Color

#e864de #64e86e

#e864de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e864de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e864de Color CSS Codes

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

#e864de Text Font Color

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

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


#e864de Background Color

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

This div background color is #e864de


#e864de Border Color

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

This div border color is #e864de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e864de


Comments

No comments written yet.

Please login to write comment.