Color Hex Logo

#ee8cbd Color Hex

#EE8CBD
(238,140,189)
0 Favorites   0 Comments

Color spaces of #ee8cbd

RGB 238140189
HSL0.920.740.74
HSV330°41°93°
CMYK 0.000.410.21   0.07
XYZ53.823340.607453.1453
Yxy40.60740.36470.2752
Hunter Lab63.723939.2500-4.8407
CIE-Lab69.900043.4051-9.3667

#ee8cbd color RGB value is (238,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001100 10111101
Octal 356 214 275
Decimal 238 140 189
Hex EE 8C BD

RGB Percentages of Color #ee8cbd

%41.98
%24.69
%33.33

CMYK Percentages of Color #ee8cbd

%0
%41
%21
%7

Triadic Colors of #ee8cbd

#ee8cbd #bdee8c #8cbdee

Analogous Colors of #ee8cbd

#ee8cbd #ee8c8c #ee8cee

Monochromatic Colors of #ee8cbd

#ee8cbd

Complementary Color

#ee8cbd #8ceebd

#ee8cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8cbd Color CSS Codes

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

#ee8cbd Text Font Color

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

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


#ee8cbd Background Color

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

This div background color is #ee8cbd


#ee8cbd Border Color

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

This div border color is #ee8cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8cbd


Comments

No comments written yet.

Please login to write comment.