Color Hex Logo

#ee3996 Color Hex

#EE3996
(238,57,150)
0 Favorites   0 Comments

Color spaces of #ee3996

RGB 23857150
HSL0.910.840.58
HSV329°76°93°
CMYK 0.000.760.37   0.07
XYZ42.228023.305431.1269
Yxy23.30540.43690.2411
Hunter Lab48.275771.6562-4.4357
CIE-Lab55.385573.8297-8.6729

#ee3996 color RGB value is (238,57,150).

#ee3996 hex color red value is 238, green value is 57 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ee3996 hue: 0.91 , saturation: 0.84 and the lightness value of ee3996 is 0.58.

The process color (four color CMYK) of #ee3996 color hex is 0.00, 0.76, 0.37, 0.07. Web safe color of #ee3996 is #ff3399. Color #ee3996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111001 10010110
Octal 356 71 226
Decimal 238 57 150
Hex EE 39 96

RGB Percentages of Color #ee3996

%53.48
%12.81
%33.71

CMYK Percentages of Color #ee3996

%0
%76
%37
%7

Triadic Colors of #ee3996

#ee3996 #96ee39 #3996ee

Analogous Colors of #ee3996

#ee3996 #ee393c #ec39ee

Monochromatic Colors of #ee3996

#ee3996

Complementary Color

#ee3996 #39ee91

#ee3996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3996 Color CSS Codes

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

#ee3996 Text Font Color

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

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


#ee3996 Background Color

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

This div background color is #ee3996


#ee3996 Border Color

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

This div border color is #ee3996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3996


Comments

No comments written yet.

Please login to write comment.