Color Hex Logo

#ee41de Color Hex

#EE41DE
(238,65,222)
0 Favorites   0 Comments

Color spaces of #ee41de

RGB 23865222
HSL0.850.840.59
HSV306°73°93°
CMYK 0.000.730.07   0.07
XYZ50.335027.231771.7105
Yxy27.23170.33720.1824
Hunter Lab52.184080.8533-44.9467
CIE-Lab59.188280.4397-44.3739

#ee41de color RGB value is (238,65,222).

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

The process color (four color CMYK) of #ee41de color hex is 0.00, 0.73, 0.07, 0.07. Web safe color of #ee41de is #ff33cc. Color #ee41de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000001 11011110
Octal 356 101 336
Decimal 238 65 222
Hex EE 41 DE

RGB Percentages of Color #ee41de

%45.33
%12.38
%42.29

CMYK Percentages of Color #ee41de

%0
%73
%7
%7

Triadic Colors of #ee41de

#ee41de #deee41 #41deee

Analogous Colors of #ee41de

#ee41de #ee4188 #a841ee

Monochromatic Colors of #ee41de

#ee41de

Complementary Color

#ee41de #41ee51

#ee41de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee41de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee41de Color CSS Codes

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

#ee41de Text Font Color

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

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


#ee41de Background Color

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

This div background color is #ee41de


#ee41de Border Color

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

This div border color is #ee41de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee41de


Comments

No comments written yet.

Please login to write comment.