Color Hex Logo

#ee64de Color Hex

#EE64DE
(238,100,222)
0 Favorites   0 Comments

Color spaces of #ee64de

RGB 238100222
HSL0.850.800.66
HSV307°58°93°
CMYK 0.000.580.07   0.07
XYZ53.001932.565472.5995
Yxy32.56540.33510.2059
Hunter Lab57.066165.9217-35.4825
CIE-Lab63.807567.5508-37.1257

#ee64de color RGB value is (238,100,222).

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

The process color (four color CMYK) of #ee64de color hex is 0.00, 0.58, 0.07, 0.07. Web safe color of #ee64de is #ff66cc. Color #ee64de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100100 11011110
Octal 356 144 336
Decimal 238 100 222
Hex EE 64 DE

RGB Percentages of Color #ee64de

%42.50
%17.86
%39.64

CMYK Percentages of Color #ee64de

%0
%58
%7
%7

Triadic Colors of #ee64de

#ee64de #deee64 #64deee

Analogous Colors of #ee64de

#ee64de #ee6499 #b964ee

Monochromatic Colors of #ee64de

#ee64de

Complementary Color

#ee64de #64ee74

#ee64de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee64de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee64de Color CSS Codes

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

#ee64de Text Font Color

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

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


#ee64de Background Color

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

This div background color is #ee64de


#ee64de Border Color

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

This div border color is #ee64de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee64de


Comments

No comments written yet.

Please login to write comment.