Color Hex Logo

#ee44dd Color Hex

#EE44DD
(238,68,221)
0 Favorites   0 Comments

Color spaces of #ee44dd

RGB 23868221
HSL0.850.830.60
HSV306°71°93°
CMYK 0.000.710.07   0.07
XYZ50.378227.531871.0656
Yxy27.53180.33820.1848
Hunter Lab52.470879.5575-43.5720
CIE-Lab59.463479.3693-43.3762

#ee44dd color RGB value is (238,68,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000100 11011101
Octal 356 104 335
Decimal 238 68 221
Hex EE 44 DD

RGB Percentages of Color #ee44dd

%45.16
%12.90
%41.94

CMYK Percentages of Color #ee44dd

%0
%71
%7
%7

Triadic Colors of #ee44dd

#ee44dd #ddee44 #44ddee

Analogous Colors of #ee44dd

#ee44dd #ee4488 #aa44ee

Monochromatic Colors of #ee44dd

#ee44dd

Complementary Color

#ee44dd #44ee55

#ee44dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee44dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee44dd Color CSS Codes

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

#ee44dd Text Font Color

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

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


#ee44dd Background Color

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

This div background color is #ee44dd


#ee44dd Border Color

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

This div border color is #ee44dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee44dd


Comments

No comments written yet.

Please login to write comment.