Color Hex Logo

#ee848d Color Hex

#EE848D
(238,132,141)
0 Favorites   0 Comments

Color spaces of #ee848d

RGB 238132141
HSL0.990.760.73
HSV355°45°93°
CMYK 0.000.450.41   0.07
XYZ48.318936.602829.7177
Yxy36.60280.42150.3193
Hunter Lab60.500236.684713.2269
CIE-Lab66.978041.388413.3331

#ee848d color RGB value is (238,132,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000100 10001101
Octal 356 204 215
Decimal 238 132 141
Hex EE 84 8D

RGB Percentages of Color #ee848d

%46.58
%25.83
%27.59

CMYK Percentages of Color #ee848d

%0
%45
%41
%7

Triadic Colors of #ee848d

#ee848d #8dee84 #848dee

Analogous Colors of #ee848d

#ee848d #eeb084 #ee84c2

Monochromatic Colors of #ee848d

#ee848d

Complementary Color

#ee848d #84eee5

#ee848d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee848d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee848d Color CSS Codes

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

#ee848d Text Font Color

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

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


#ee848d Background Color

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

This div background color is #ee848d


#ee848d Border Color

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

This div border color is #ee848d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee848d


Comments

No comments written yet.

Please login to write comment.