Color Hex Logo

#ee8ded Color Hex

#EE8DED
(238,141,237)
0 Favorites   0 Comments

Color spaces of #ee8ded

RGB 238141237
HSL0.840.740.74
HSV301°41°93°
CMYK 0.000.410.00   0.07
XYZ60.070843.341385.3204
Yxy43.34130.31830.2296
Hunter Lab65.834147.6639-30.7554
CIE-Lab71.786050.6987-33.0307

#ee8ded color RGB value is (238,141,237).

#ee8ded hex color red value is 238, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ee8ded hue: 0.84 , saturation: 0.74 and the lightness value of ee8ded is 0.74.

The process color (four color CMYK) of #ee8ded color hex is 0.00, 0.41, 0.00, 0.07. Web safe color of #ee8ded is #ff99ff. Color #ee8ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001101 11101101
Octal 356 215 355
Decimal 238 141 237
Hex EE 8D ED

RGB Percentages of Color #ee8ded

%38.64
%22.89
%38.47

CMYK Percentages of Color #ee8ded

%0
%41
%0
%7

Triadic Colors of #ee8ded

#ee8ded #edee8d #8dedee

Analogous Colors of #ee8ded

#ee8ded #ee8dbd #bf8dee

Monochromatic Colors of #ee8ded

#ee8ded

Complementary Color

#ee8ded #8dee8e

#ee8ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8ded Color CSS Codes

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

#ee8ded Text Font Color

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

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


#ee8ded Background Color

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

This div background color is #ee8ded


#ee8ded Border Color

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

This div border color is #ee8ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8ded


Comments

No comments written yet.

Please login to write comment.