Color Hex Logo

#ee208d Color Hex

#EE208D
(238,32,141)
0 Favorites   0 Comments

Color spaces of #ee208d

RGB 23832141
HSL0.910.860.53
HSV328°87°93°
CMYK 0.000.870.41   0.07
XYZ40.584121.133327.1394
Yxy21.13330.45670.2378
Hunter Lab45.971077.1342-2.8227
CIE-Lab53.095178.6858-6.7370

#ee208d color RGB value is (238,32,141).

#ee208d hex color red value is 238, green value is 32 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ee208d hue: 0.91 , saturation: 0.86 and the lightness value of ee208d is 0.53.

The process color (four color CMYK) of #ee208d color hex is 0.00, 0.87, 0.41, 0.07. Web safe color of #ee208d is #ff3399. Color #ee208d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100000 10001101
Octal 356 40 215
Decimal 238 32 141
Hex EE 20 8D

RGB Percentages of Color #ee208d

%57.91
%7.79
%34.31

CMYK Percentages of Color #ee208d

%0
%87
%41
%7

Triadic Colors of #ee208d

#ee208d #8dee20 #208dee

Analogous Colors of #ee208d

#ee208d #ee2026 #e820ee

Monochromatic Colors of #ee208d

#ee208d

Complementary Color

#ee208d #20ee81

#ee208d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee208d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee208d Color CSS Codes

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

#ee208d Text Font Color

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

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


#ee208d Background Color

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

This div background color is #ee208d


#ee208d Border Color

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

This div border color is #ee208d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee208d


Comments

No comments written yet.

Please login to write comment.