Color Hex Logo

#ee89dc Color Hex

#EE89DC
(238,137,220)
0 Favorites   0 Comments

Color spaces of #ee89dc

RGB 238137220
HSL0.860.750.74
HSV311°42°93°
CMYK 0.000.420.08   0.07
XYZ57.123841.235872.6587
Yxy41.23580.33400.2411
Hunter Lab64.215146.4117-22.1354
CIE-Lab70.340849.7932-25.9088

#ee89dc color RGB value is (238,137,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001001 11011100
Octal 356 211 334
Decimal 238 137 220
Hex EE 89 DC

RGB Percentages of Color #ee89dc

%40.00
%23.03
%36.97

CMYK Percentages of Color #ee89dc

%0
%42
%8
%7

Triadic Colors of #ee89dc

#ee89dc #dcee89 #89dcee

Analogous Colors of #ee89dc

#ee89dc #ee89aa #ce89ee

Monochromatic Colors of #ee89dc

#ee89dc

Complementary Color

#ee89dc #89ee9b

#ee89dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee89dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee89dc Color CSS Codes

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

#ee89dc Text Font Color

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

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


#ee89dc Background Color

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

This div background color is #ee89dc


#ee89dc Border Color

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

This div border color is #ee89dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee89dc


Comments

No comments written yet.

Please login to write comment.