Color Hex Logo

#ee40df Color Hex

#EE40DF
(238,64,223)
0 Favorites   0 Comments

Color spaces of #ee40df

RGB 23864223
HSL0.850.840.59
HSV305°73°93°
CMYK 0.000.730.06   0.07
XYZ50.412627.171672.3997
Yxy27.17160.33610.1812
Hunter Lab52.126481.4102-45.8610
CIE-Lab59.132880.8861-45.0250

#ee40df color RGB value is (238,64,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000000 11011111
Octal 356 100 337
Decimal 238 64 223
Hex EE 40 DF

RGB Percentages of Color #ee40df

%45.33
%12.19
%42.48

CMYK Percentages of Color #ee40df

%0
%73
%6
%7

Triadic Colors of #ee40df

#ee40df #dfee40 #40dfee

Analogous Colors of #ee40df

#ee40df #ee4088 #a640ee

Monochromatic Colors of #ee40df

#ee40df

Complementary Color

#ee40df #40ee4f

#ee40df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee40df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee40df Color CSS Codes

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

#ee40df Text Font Color

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

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


#ee40df Background Color

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

This div background color is #ee40df


#ee40df Border Color

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

This div border color is #ee40df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,64,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee40df


Comments

No comments written yet.

Please login to write comment.