Color Hex Logo

#ee129e Color Hex

#EE129E
(238,18,158)
0 Favorites   0 Comments

Color spaces of #ee129e

RGB 23818158
HSL0.890.870.50
HSV322°92°93°
CMYK 0.000.920.34   0.07
XYZ41.647821.078434.2212
Yxy21.07840.42960.2174
Hunter Lab45.911281.5795-12.0556
CIE-Lab53.035282.2050-16.9538

#ee129e color RGB value is (238,18,158).

#ee129e hex color red value is 238, green value is 18 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ee129e hue: 0.89 , saturation: 0.87 and the lightness value of ee129e is 0.50.

The process color (four color CMYK) of #ee129e color hex is 0.00, 0.92, 0.34, 0.07. Web safe color of #ee129e is #ff0099. Color #ee129e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010010 10011110
Octal 356 22 236
Decimal 238 18 158
Hex EE 12 9E

RGB Percentages of Color #ee129e

%57.49
%4.35
%38.16

CMYK Percentages of Color #ee129e

%0
%92
%34
%7

Triadic Colors of #ee129e

#ee129e #9eee12 #129eee

Analogous Colors of #ee129e

#ee129e #ee1230 #d012ee

Monochromatic Colors of #ee129e

#ee129e

Complementary Color

#ee129e #12ee62

#ee129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee129e Color CSS Codes

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

#ee129e Text Font Color

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

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


#ee129e Background Color

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

This div background color is #ee129e


#ee129e Border Color

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

This div border color is #ee129e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee129e


Comments

No comments written yet.

Please login to write comment.