Color Hex Logo

#ee2079 Color Hex

#EE2079
(238,32,121)
0 Favorites   0 Comments

Color spaces of #ee2079

RGB 23832121
HSL0.930.860.53
HSV334°87°93°
CMYK 0.000.870.49   0.07
XYZ39.227620.590619.9960
Yxy20.59060.49150.2580
Hunter Lab45.376974.90105.6368
CIE-Lab52.498577.01484.4190

#ee2079 color RGB value is (238,32,121).

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

The process color (four color CMYK) of #ee2079 color hex is 0.00, 0.87, 0.49, 0.07. Web safe color of #ee2079 is #ff3366. Color #ee2079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100000 01111001
Octal 356 40 171
Decimal 238 32 121
Hex EE 20 79

RGB Percentages of Color #ee2079

%60.87
%8.18
%30.95

CMYK Percentages of Color #ee2079

%0
%87
%49
%7

Triadic Colors of #ee2079

#ee2079 #79ee20 #2079ee

Analogous Colors of #ee2079

#ee2079 #ee2e20 #ee20e0

Monochromatic Colors of #ee2079

#ee2079

Complementary Color

#ee2079 #20ee95

#ee2079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2079 Color CSS Codes

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

#ee2079 Text Font Color

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

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


#ee2079 Background Color

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

This div background color is #ee2079


#ee2079 Border Color

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

This div border color is #ee2079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2079


Comments

No comments written yet.

Please login to write comment.