Color Hex Logo

#ee8dbb Color Hex

#EE8DBB
(238,141,187)
0 Favorites   0 Comments

Color spaces of #ee8dbb

RGB 238141187
HSL0.920.740.74
HSV332°41°93°
CMYK 0.000.410.21   0.07
XYZ53.754440.814852.0586
Yxy40.81480.36660.2784
Hunter Lab63.886538.3895-3.5926
CIE-Lab70.046042.5992-8.0343

#ee8dbb color RGB value is (238,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001101 10111011
Octal 356 215 273
Decimal 238 141 187
Hex EE 8D BB

RGB Percentages of Color #ee8dbb

%42.05
%24.91
%33.04

CMYK Percentages of Color #ee8dbb

%0
%41
%21
%7

Triadic Colors of #ee8dbb

#ee8dbb #bbee8d #8dbbee

Analogous Colors of #ee8dbb

#ee8dbb #ee908d #ee8dec

Monochromatic Colors of #ee8dbb

#ee8dbb

Complementary Color

#ee8dbb #8deec0

#ee8dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8dbb Color CSS Codes

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

#ee8dbb Text Font Color

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

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


#ee8dbb Background Color

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

This div background color is #ee8dbb


#ee8dbb Border Color

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

This div border color is #ee8dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8dbb


Comments

No comments written yet.

Please login to write comment.