Color Hex Logo

#ee429a Color Hex

#EE429A
(238,66,154)
0 Favorites   0 Comments

Color spaces of #ee429a

RGB 23866154
HSL0.910.830.60
HSV329°72°93°
CMYK 0.000.720.35   0.07
XYZ43.040824.406733.0143
Yxy24.40670.42840.2429
Hunter Lab49.403169.0566-5.0391
CIE-Lab56.492771.4896-9.3748

#ee429a color RGB value is (238,66,154).

#ee429a hex color red value is 238, green value is 66 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ee429a hue: 0.91 , saturation: 0.83 and the lightness value of ee429a is 0.60.

The process color (four color CMYK) of #ee429a color hex is 0.00, 0.72, 0.35, 0.07. Web safe color of #ee429a is #ff3399. Color #ee429a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 10011010
Octal 356 102 232
Decimal 238 66 154
Hex EE 42 9A

RGB Percentages of Color #ee429a

%51.97
%14.41
%33.62

CMYK Percentages of Color #ee429a

%0
%72
%35
%7

Triadic Colors of #ee429a

#ee429a #9aee42 #429aee

Analogous Colors of #ee429a

#ee429a #ee4244 #ec42ee

Monochromatic Colors of #ee429a

#ee429a

Complementary Color

#ee429a #42ee96

#ee429a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee429a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee429a Color CSS Codes

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

#ee429a Text Font Color

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

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


#ee429a Background Color

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

This div background color is #ee429a


#ee429a Border Color

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

This div border color is #ee429a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee429a


Comments

No comments written yet.

Please login to write comment.