Color Hex Logo

#ee4d8d Color Hex

#EE4D8D
(238,77,141)
0 Favorites   0 Comments

Color spaces of #ee4d8d

RGB 23877141
HSL0.930.830.62
HSV336°68°93°
CMYK 0.000.680.41   0.07
XYZ42.721525.408027.8519
Yxy25.40800.44510.2647
Hunter Lab50.406363.07512.5239
CIE-Lab57.470866.3219-0.2846

#ee4d8d color RGB value is (238,77,141).

#ee4d8d hex color red value is 238, green value is 77 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ee4d8d hue: 0.93 , saturation: 0.83 and the lightness value of ee4d8d is 0.62.

The process color (four color CMYK) of #ee4d8d color hex is 0.00, 0.68, 0.41, 0.07. Web safe color of #ee4d8d is #ff6699. Color #ee4d8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001101 10001101
Octal 356 115 215
Decimal 238 77 141
Hex EE 4D 8D

RGB Percentages of Color #ee4d8d

%52.19
%16.89
%30.92

CMYK Percentages of Color #ee4d8d

%0
%68
%41
%7

Triadic Colors of #ee4d8d

#ee4d8d #8dee4d #4d8dee

Analogous Colors of #ee4d8d

#ee4d8d #ee5d4d #ee4dde

Monochromatic Colors of #ee4d8d

#ee4d8d

Complementary Color

#ee4d8d #4deeae

#ee4d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4d8d Color CSS Codes

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

#ee4d8d Text Font Color

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

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


#ee4d8d Background Color

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

This div background color is #ee4d8d


#ee4d8d Border Color

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

This div border color is #ee4d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4d8d


Comments

No comments written yet.

Please login to write comment.