Color Hex Logo

#ee8dcb Color Hex

#EE8DCB
(238,141,203)
1 Favorites   0 Comments

Color spaces of #ee8dcb

RGB 238141203
HSL0.890.740.74
HSV322°41°93°
CMYK 0.000.410.15   0.07
XYZ55.564341.538761.5891
Yxy41.53870.35010.2618
Hunter Lab64.450541.1006-11.5423
CIE-Lab70.551745.0089-16.1764

#ee8dcb color RGB value is (238,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001101 11001011
Octal 356 215 313
Decimal 238 141 203
Hex EE 8D CB

RGB Percentages of Color #ee8dcb

%40.89
%24.23
%34.88

CMYK Percentages of Color #ee8dcb

%0
%41
%15
%7

Triadic Colors of #ee8dcb

#ee8dcb #cbee8d #8dcbee

Analogous Colors of #ee8dcb

#ee8dcb #ee8d9b #e18dee

Monochromatic Colors of #ee8dcb

#ee8dcb

Complementary Color

#ee8dcb #8deeb0

#ee8dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8dcb Color CSS Codes

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

#ee8dcb Text Font Color

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

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


#ee8dcb Background Color

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

This div background color is #ee8dcb


#ee8dcb Border Color

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

This div border color is #ee8dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8dcb


Comments

No comments written yet.

Please login to write comment.