Color Hex Logo

#ee8dbe Color Hex

#EE8DBE
(238,141,190)
0 Favorites   0 Comments

Color spaces of #ee8dbe

RGB 238141190
HSL0.920.740.74
HSV330°41°93°
CMYK 0.000.410.20   0.07
XYZ54.079040.944653.7680
Yxy40.94460.36350.2752
Hunter Lab63.988038.8791-5.0288
CIE-Lab70.137143.0371-9.5706

#ee8dbe color RGB value is (238,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001101 10111110
Octal 356 215 276
Decimal 238 141 190
Hex EE 8D BE

RGB Percentages of Color #ee8dbe

%41.83
%24.78
%33.39

CMYK Percentages of Color #ee8dbe

%0
%41
%20
%7

Triadic Colors of #ee8dbe

#ee8dbe #beee8d #8dbeee

Analogous Colors of #ee8dbe

#ee8dbe #ee8d8e #ee8dee

Monochromatic Colors of #ee8dbe

#ee8dbe

Complementary Color

#ee8dbe #8deebd

#ee8dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8dbe Color CSS Codes

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

#ee8dbe Text Font Color

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

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


#ee8dbe Background Color

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

This div background color is #ee8dbe


#ee8dbe Border Color

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

This div border color is #ee8dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8dbe


Comments

No comments written yet.

Please login to write comment.