Color Hex Logo

#ee848b Color Hex

#EE848B
(238,132,139)
0 Favorites   0 Comments

Color spaces of #ee848b

RGB 238132139
HSL0.990.760.73
HSV356°45°93°
CMYK 0.000.450.42   0.07
XYZ48.171436.543828.9408
Yxy36.54380.42380.3215
Hunter Lab60.451536.449613.9313
CIE-Lab66.933441.174214.3967

#ee848b color RGB value is (238,132,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000100 10001011
Octal 356 204 213
Decimal 238 132 139
Hex EE 84 8B

RGB Percentages of Color #ee848b

%46.76
%25.93
%27.31

CMYK Percentages of Color #ee848b

%0
%45
%42
%7

Triadic Colors of #ee848b

#ee848b #8bee84 #848bee

Analogous Colors of #ee848b

#ee848b #eeb284 #ee84c0

Monochromatic Colors of #ee848b

#ee848b

Complementary Color

#ee848b #84eee7

#ee848b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee848b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee848b Color CSS Codes

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

#ee848b Text Font Color

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

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


#ee848b Background Color

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

This div background color is #ee848b


#ee848b Border Color

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

This div border color is #ee848b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,132,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 #ee848b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee848b


Comments

No comments written yet.

Please login to write comment.