Color Hex Logo

#ee8bce Color Hex

#EE8BCE
(238,139,206)
0 Favorites   0 Comments

Color spaces of #ee8bce

RGB 238139206
HSL0.890.740.74
HSV319°42°93°
CMYK 0.000.420.13   0.07
XYZ55.633141.098663.3932
Yxy41.09860.34740.2567
Hunter Lab64.108242.7130-13.7530
CIE-Lab70.244946.5036-18.3048

#ee8bce color RGB value is (238,139,206).

#ee8bce hex color red value is 238, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ee8bce hue: 0.89 , saturation: 0.74 and the lightness value of ee8bce is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001011 11001110
Octal 356 213 316
Decimal 238 139 206
Hex EE 8B CE

RGB Percentages of Color #ee8bce

%40.82
%23.84
%35.33

CMYK Percentages of Color #ee8bce

%0
%42
%13
%7

Triadic Colors of #ee8bce

#ee8bce #ceee8b #8bceee

Analogous Colors of #ee8bce

#ee8bce #ee8b9d #dd8bee

Monochromatic Colors of #ee8bce

#ee8bce

Complementary Color

#ee8bce #8beeab

#ee8bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8bce Color CSS Codes

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

#ee8bce Text Font Color

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

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


#ee8bce Background Color

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

This div background color is #ee8bce


#ee8bce Border Color

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

This div border color is #ee8bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8bce


Comments

No comments written yet.

Please login to write comment.