Color Hex Logo

#ee89eb Color Hex

#EE89EB
(238,137,235)
0 Favorites   0 Comments

Color spaces of #ee89eb

RGB 238137235
HSL0.840.750.74
HSV302°42°93°
CMYK 0.000.420.01   0.07
XYZ59.201042.066683.5967
Yxy42.06660.32020.2276
Hunter Lab64.858849.4262-31.0180
CIE-Lab70.916852.3641-33.2791

#ee89eb color RGB value is (238,137,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001001 11101011
Octal 356 211 353
Decimal 238 137 235
Hex EE 89 EB

RGB Percentages of Color #ee89eb

%39.02
%22.46
%38.52

CMYK Percentages of Color #ee89eb

%0
%42
%1
%7

Triadic Colors of #ee89eb

#ee89eb #ebee89 #89ebee

Analogous Colors of #ee89eb

#ee89eb #ee89b9 #bf89ee

Monochromatic Colors of #ee89eb

#ee89eb

Complementary Color

#ee89eb #89ee8c

#ee89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee89eb Color CSS Codes

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

#ee89eb Text Font Color

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

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


#ee89eb Background Color

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

This div background color is #ee89eb


#ee89eb Border Color

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

This div border color is #ee89eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee89eb


Comments

No comments written yet.

Please login to write comment.