Color Hex Logo

#ee408b Color Hex

#EE408B
(238,64,139)
0 Favorites   0 Comments

Color spaces of #ee408b

RGB 23864139
HSL0.930.840.59
HSV334°73°93°
CMYK 0.000.730.42   0.07
XYZ41.753523.708026.8015
Yxy23.70800.45250.2570
Hunter Lab48.690967.85871.4479
CIE-Lab55.794270.6336-1.5587

#ee408b color RGB value is (238,64,139).

#ee408b hex color red value is 238, green value is 64 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ee408b hue: 0.93 , saturation: 0.84 and the lightness value of ee408b is 0.59.

The process color (four color CMYK) of #ee408b color hex is 0.00, 0.73, 0.42, 0.07. Web safe color of #ee408b is #ff3399. Color #ee408b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000000 10001011
Octal 356 100 213
Decimal 238 64 139
Hex EE 40 8B

RGB Percentages of Color #ee408b

%53.97
%14.51
%31.52

CMYK Percentages of Color #ee408b

%0
%73
%42
%7

Triadic Colors of #ee408b

#ee408b #8bee40 #408bee

Analogous Colors of #ee408b

#ee408b #ee4c40 #ee40e2

Monochromatic Colors of #ee408b

#ee408b

Complementary Color

#ee408b #40eea3

#ee408b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee408b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee408b Color CSS Codes

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

#ee408b Text Font Color

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

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


#ee408b Background Color

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

This div background color is #ee408b


#ee408b Border Color

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

This div border color is #ee408b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee408b


Comments

No comments written yet.

Please login to write comment.