Color Hex Logo

#ee4dde Color Hex

#EE4DDE
(238,77,222)
0 Favorites   0 Comments

Color spaces of #ee4dde

RGB 23877222
HSL0.850.830.62
HSV306°68°93°
CMYK 0.000.680.07   0.07
XYZ51.098628.758871.9651
Yxy28.75880.33660.1894
Hunter Lab53.627276.2357-42.0252
CIE-Lab60.568276.5269-42.2003

#ee4dde color RGB value is (238,77,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001101 11011110
Octal 356 115 336
Decimal 238 77 222
Hex EE 4D DE

RGB Percentages of Color #ee4dde

%44.32
%14.34
%41.34

CMYK Percentages of Color #ee4dde

%0
%68
%7
%7

Triadic Colors of #ee4dde

#ee4dde #deee4d #4ddeee

Analogous Colors of #ee4dde

#ee4dde #ee4d8e #ae4dee

Monochromatic Colors of #ee4dde

#ee4dde

Complementary Color

#ee4dde #4dee5d

#ee4dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4dde Color CSS Codes

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

#ee4dde Text Font Color

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

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


#ee4dde Background Color

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

This div background color is #ee4dde


#ee4dde Border Color

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

This div border color is #ee4dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4dde


Comments

No comments written yet.

Please login to write comment.