Color Hex Logo

#ee858b Color Hex

#EE858B
(238,133,139)
0 Favorites   0 Comments

Color spaces of #ee858b

RGB 238133139
HSL0.990.760.73
HSV357°44°93°
CMYK 0.000.440.42   0.07
XYZ48.307636.816328.9863
Yxy36.81630.42330.3226
Hunter Lab60.676435.929214.1495
CIE-Lab67.139040.663314.6839

#ee858b color RGB value is (238,133,139).

#ee858b hex color red value is 238, green value is 133 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ee858b hue: 0.99 , saturation: 0.76 and the lightness value of ee858b is 0.73.

The process color (four color CMYK) of #ee858b color hex is 0.00, 0.44, 0.42, 0.07. Web safe color of #ee858b is #ff9999. Color #ee858b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000101 10001011
Octal 356 205 213
Decimal 238 133 139
Hex EE 85 8B

RGB Percentages of Color #ee858b

%46.67
%26.08
%27.25

CMYK Percentages of Color #ee858b

%0
%44
%42
%7

Triadic Colors of #ee858b

#ee858b #8bee85 #858bee

Analogous Colors of #ee858b

#ee858b #eeb485 #ee85c0

Monochromatic Colors of #ee858b

#ee858b

Complementary Color

#ee858b #85eee8

#ee858b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee858b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee858b Color CSS Codes

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

#ee858b Text Font Color

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

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


#ee858b Background Color

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

This div background color is #ee858b


#ee858b Border Color

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

This div border color is #ee858b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee858b


Comments

No comments written yet.

Please login to write comment.