Color Hex Logo

#ee89ed Color Hex

#EE89ED
(238,137,237)
0 Favorites   0 Comments

Color spaces of #ee89ed

RGB 238137237
HSL0.830.750.74
HSV301°42°93°
CMYK 0.000.420.00   0.07
XYZ59.491642.182985.1273
Yxy42.18290.31850.2258
Hunter Lab64.948449.8433-32.2471
CIE-Lab70.996852.7167-34.2521

#ee89ed color RGB value is (238,137,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001001 11101101
Octal 356 211 355
Decimal 238 137 237
Hex EE 89 ED

RGB Percentages of Color #ee89ed

%38.89
%22.39
%38.73

CMYK Percentages of Color #ee89ed

%0
%42
%0
%7

Triadic Colors of #ee89ed

#ee89ed #edee89 #89edee

Analogous Colors of #ee89ed

#ee89ed #ee89bb #bd89ee

Monochromatic Colors of #ee89ed

#ee89ed

Complementary Color

#ee89ed #89ee8a

#ee89ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee89ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee89ed Color CSS Codes

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

#ee89ed Text Font Color

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

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


#ee89ed Background Color

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

This div background color is #ee89ed


#ee89ed Border Color

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

This div border color is #ee89ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee89ed


Comments

No comments written yet.

Please login to write comment.