Color Hex Logo

#ee89bf Color Hex

#EE89BF
(238,137,191)
0 Favorites   0 Comments

Color spaces of #ee89bf

RGB 238137191
HSL0.910.750.74
HSV328°42°93°
CMYK 0.000.420.20   0.07
XYZ53.609539.830154.1527
Yxy39.83010.36320.2699
Hunter Lab63.111141.1818-6.6962
CIE-Lab69.348345.2343-11.3066

#ee89bf color RGB value is (238,137,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001001 10111111
Octal 356 211 277
Decimal 238 137 191
Hex EE 89 BF

RGB Percentages of Color #ee89bf

%42.05
%24.20
%33.75

CMYK Percentages of Color #ee89bf

%0
%42
%20
%7

Triadic Colors of #ee89bf

#ee89bf #bfee89 #89bfee

Analogous Colors of #ee89bf

#ee89bf #ee898d #eb89ee

Monochromatic Colors of #ee89bf

#ee89bf

Complementary Color

#ee89bf #89eeb8

#ee89bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee89bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee89bf Color CSS Codes

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

#ee89bf Text Font Color

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

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


#ee89bf Background Color

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

This div background color is #ee89bf


#ee89bf Border Color

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

This div border color is #ee89bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee89bf


Comments

No comments written yet.

Please login to write comment.